Austin Mackillop
05/20/2021, 6:44 PMKevin Kho
05/20/2021, 6:45 PMStorage
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
05/20/2021, 6:51 PMAustin Mackillop
05/20/2021, 7:06 PMKevin Kho
05/20/2021, 7:08 PMflow.run_config = LocalRun(env={'PREFECT__LOGGING__LEVEL':'DEBUG'})
to the flow codeAustin Mackillop
05/21/2021, 9:22 PMKevin Kho
05/21/2021, 9:23 PM