Warsame Bashir
03/14/2021, 4:20 PMflow.run_config = LocalRun()
and with Flow("ETL", run_config=LocalRun(labels=["dev", "ml"])) as flow:
Amanda Wee
03/14/2021, 5:26 PMflow.register( ... )
?Warsame Bashir
03/14/2021, 10:37 PMflow.register(project_name="xxx")
and see the flow 'appear' in the cloud UI. I'm unable to see a run log even after adding these commands flow.run_config = LocalRun()
or with Flow("ETL", run_config=LocalRun(labels=["dev", "ml"])) as flow:
?Amanda Wee
03/14/2021, 10:40 PMStartFlowRun
or something like that; never used it myself so I don't remember offhand).Warsame Bashir
03/14/2021, 11:17 PMclient.create_flow_run()
and flow.run_agent()