Raoul
07/18/2023, 3:11 PMprefect deploy
?Raoul
07/18/2023, 3:29 PM104/flows.py
, named it 104/flows_v2.py
, made some changes, ran locally with python 104/flows_v2.py
and it ran successfully. But when i try to do a quick run from deployments (after having set that flow up as a deployment) I get below error. What could be the issue?
Flow could not be retrieved from deployment.
Traceback (most recent call last):
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpdflqaa6sprefect/pacc-2023/.history/104/flows_v2_20230718160512.py'
Raoul
07/18/2023, 3:44 PMRaoul
07/18/2023, 3:53 PMprefect deploy
, but can't see any parameter in the UI. If you could walk us through the steps I may be missing that would be great.Raoul
07/18/2023, 4:10 PM<https://docs.prefect.io/2.10.21/concepts/infrastructure/#standard-python>
but not sure how that info is to be used with docker pull prefecthq/prefect
update, got it: docker pull prefecthq/prefect:2-latest
Jeff Hale
07/18/2023, 4:57 PMDarren Burton
07/18/2023, 5:20 PMNate
07/18/2023, 5:26 PMMark Whitehead
07/18/2023, 5:47 PMSerdar Tumgoren
07/18/2023, 5:49 PMJeff Hale
07/18/2023, 5:53 PMSahil Rangwala
07/18/2023, 6:40 PMtynong
07/18/2023, 6:49 PMJeff Hale
07/18/2023, 6:56 PMpush:
- prefect.deployments.steps.run_shell_script:
id: git-push
script: git push origin
stream_output: false
Jeff Hale
07/18/2023, 7:00 PMSahil Rangwala
07/18/2023, 7:07 PMJeff Hale
07/18/2023, 7:23 PMJeff Hale
07/18/2023, 7:39 PMSahil Rangwala
07/18/2023, 7:44 PMNate
07/18/2023, 7:45 PMSerdar Tumgoren
07/18/2023, 7:47 PMNate
07/18/2023, 7:47 PMMichael Kleinhanz
07/18/2023, 7:48 PMJeff Hale
07/18/2023, 7:48 PMJeff Hale
07/18/2023, 7:49 PMSahil Rangwala
07/18/2023, 7:50 PMJeff Hale
07/18/2023, 7:51 PMJeff Hale
07/18/2023, 8:21 PMJeff Hale
07/19/2023, 10:40 AMJeff Hale
08/15/2023, 3:31 PM