Aaron Goebel
12/15/2022, 11:52 PMprefect.exceptions.MissingFlowError: Flow 'tool' not found in script 'flows/tool.py'. Found the following flows: 'monolithic-tool-flow'. Check to make sure that your flow function is decorated with `@flow`.
I have the flow defined as
flows/tool.py
-------
@flow(name="monolithic-tool-flow")
def process_tool()...
and deploy like
prefect deployment build flows/tool.py:process_tool -n process_tool -q test -ib docker-container/local --override image=sha256:4e3346168cs3a3c6c0fb256d6e705c6629a41f0f6f23405c33a0bbc3deb964690 --apply
Aaron Goebel
12/15/2022, 11:53 PMAaron Goebel
12/15/2022, 11:54 PMAaron Goebel
12/16/2022, 12:13 AMMike Grabbe
12/16/2022, 4:12 AMMike Grabbe
12/16/2022, 4:42 AMprefect.exceptions.MissingFlowError: Flow 'opsjira_extract_flow' not found in script 'flows/opsjira_extract_flow.py'. Found the following flows: 'dbt-cli-command' 'opsjira-extract-flow'. Check to make sure that your flow function is decorated with `@flow`.
Mike Grabbe
12/16/2022, 4:45 AMRajeshwar Agrawal
12/16/2022, 10:52 AMRajeshwar Agrawal
12/16/2022, 10:54 AMRajeshwar Agrawal
12/16/2022, 10:55 AMmy_flow
throws an error saying throws an error
Flow 'my_flow' not found in script 'flow/flow.py'. Found the following flows: 'my-flow'. Check to make sure that your flow function is decorated with `@flow`.
Rajeshwar Agrawal
12/16/2022, 10:55 AMmyflow
workedAnna Geller
Anna Geller
Anna Geller
Peyton Runyan
12/16/2022, 2:35 PM