Isaac Brodsky
11/18/2020, 9:19 PM'PrefectSecret' object has no attribute 'secret_name'
which started around November 11. Possibly there was a change to my execution environment like using a newer/different Prefect agent at that point. Do I need to reinstall the Prefect Agent?Jim Crist-Harif
11/18/2020, 9:20 PMPrefectSecret
objects. Generally we recommend always running prefect flows with the prefect version they were registered with to avoid issues. In this case you'd either need to downgrade back to the version registered with your flow, or re-register your flow with the latest version of prefect.Isaac Brodsky
11/18/2020, 9:22 PMJim Crist-Harif
11/18/2020, 9:24 PMIsaac Brodsky
11/18/2020, 9:37 PMJim Crist-Harif
11/18/2020, 9:44 PMstored_as_script=True
).Isaac Brodsky
11/18/2020, 9:48 PMstored_as_script=True
?Jim Crist-Harif
11/18/2020, 9:48 PMIsaac Brodsky
11/18/2020, 9:53 PMDaskExecutor
which does use the Prefect version deployed throughout the cluster.Jim Crist-Harif
11/18/2020, 9:54 PMDaskExecutor()
with no kwargs) things should work fine (not that we'd recommend one over the other, just trying to understand your deployment).Isaac Brodsky
11/18/2020, 10:29 PMKubernetesJobEnvironment
(in order to add a sidecar container to my job)my-job-name-here-prefect-docker-job
) is hanging around in Kubernetes after the job exits