Prasanth Kothuri
Danilo Drobac
prefect cloud login -k PREFECT_API_KEY
When not using an interactive terminal, you must supply a `--key` and `--workspace`
Marcin Grzybowski
taskB.run()
@task def taskA(config: dict): #... with Flow() as flowB: taskB() #... a = flow.runB()
Victor
Alex Cano
Giacomo Chiarella
prefect worker start
prefect agent start
Discovered type 'prefect-agent' for work pool '<>'. 'prefect-agent' typed work pools work with Prefect Agents instead of Workers. Please use the 'prefect agent start' to start a Prefect Agent.
Petko
Riccardo Tesselli
config = CustomConfig.load('my_block') Deployment( name="My deployment", flow=my_flow, parameters={ "password": config.password } )
prefect deployment create my_deployment.py
AttributeError: 'coroutine' object has no attribute 'password' Failed to load deployments from 'my_deployment.py' sys:1: RuntimeWarning: coroutine 'Block.load' was never awaited
leah
Deepthi
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.