jack
12/04/2020, 7:26 PM[Errno 2] No such file or directory: 'prefect'
but does not give context. Any idea which "prefect" file or directory it's looking for?David Kuda
12/04/2020, 10:04 PMworking_dir=/prefect
in local run:
flow.run_config = LocalRun(working_dir="/prefect")
from prefect.run_configs.local import LocalRun
run_config = LocalRun(wokring_dir="/prefect")
with Flow('name of flow', run_config=run_config) as flow:
pass
jack
12/04/2020, 10:47 PMDavid Kuda
12/04/2020, 10:54 PMjack
12/04/2020, 10:55 PMJoseph
12/11/2020, 9:52 PMjack
12/11/2020, 10:21 PM