Austin Mackillop
05/20/2021, 6:44 PMKevin Kho
Storage
are ytou using?Austin Mackillop
05/20/2021, 6:47 PMwith Flow("train-model", executor=LocalExecutor()) as flow:
But on the Ui it still appears to be doing things in parallel. I’m using whatever the default storage is.Kevin Kho
Austin Mackillop
05/20/2021, 7:06 PMKevin Kho
flow.run_config = LocalRun(env={'PREFECT__LOGGING__LEVEL':'DEBUG'})
to the flow codeAustin Mackillop
05/21/2021, 9:22 PMKevin Kho