https://prefect.io logo
Title
g

George Coyne

03/04/2020, 7:57 PM
Nothing has changed on my flow, but it is erroring out on the first task, the flow also runs locally, but fails in the cloud
j

josh

03/04/2020, 8:26 PM
Hey @George Coyne that kwarg was recently introduced in
0.9.6
and I believe we are going to push out a patch to update the retrieval of that attribute šŸ™‚ https://github.com/PrefectHQ/prefect/pull/2120
If you reregister your flow with
0.9.6
then you should be good to go. This is due to a compatibility difference regarding the run of the flow happening in an environment where the version of Prefect core is
0.9.6
and a flow that was registered with a lower version.
@George Coyne release
0.9.7
looks to now be out on pypi and should contain a change which accounts for retrieving the
log_stdout
attribute on flows running older versions of Prefect
g

George Coyne

03/04/2020, 8:37 PM
šŸ™
c

Chris White

03/04/2020, 8:59 PM
@Marvin archive ā€œAttributeError: Parameter object has no attribute log_stdoutā€