Angel Acosta
09/06/2022, 4:28 PMCole Murray
09/06/2022, 7:12 PMAngel Acosta
09/06/2022, 8:04 PM15:04:12.845 | ERROR | Flow run 'burgundy-shellfish' - Flow could not be retrieved from deployment.
Traceback (most recent call last):
File "C:\Users\AngelAcosta\AppData\Local\Programs\Python\Python310\lib\site-packages\prefect\engine.py", line 256, in retrieve_flow_then_begin_flow_run
flow = await load_flow_from_flow_run(flow_run, client=client)
File "C:\Users\AngelAcosta\AppData\Local\Programs\Python\Python310\lib\site-packages\prefect\client.py", line 103, in with_injected_client
return await fn(*args, **kwargs)
File "C:\Users\AngelAcosta\AppData\Local\Programs\Python\Python310\lib\site-packages\prefect\deployments.py", line 54, in load_flow_from_flow_run
await storage_block.get_directory(from_path=deployment.path, local_path=".")
File "C:\Users\AngelAcosta\AppData\Local\Programs\Python\Python310\lib\site-packages\prefect\filesystems.py", line 796, in get_directory
raise OSError(f"Failed to pull from remote:\n {err_stream.read()}")
OSError: Failed to pull from remote:
'g' is not recognized as an internal or external command,
operable program or batch file.
Cole Murray
09/06/2022, 8:40 PMfrom prefect.filesystems import GitHub
g = GitHub(repository="<https://github.com/PrefectHQ/prefect.git>", reference="github-deployments")
g.save("example")
Angel Acosta
09/06/2022, 8:59 PM