Albert Wong
03/04/2023, 10:37 AMDeployment storage GitHub(repository='<'redacted'>, reference=None,
access_token=SecretStr('**********'), include_git_objects=True) does not have upload capabilities; no files uploaded. Pass --skip-upload to suppress
this warning.
This is after I execute the following deploy command:
prefect deployment build -n sync_repository_tables_flow -q default flows/sync_repository_tables_flow.py:sync_repository_tables_flow -a -sb github/prod-gbi-github-dataflowdeployments
Anyone know what I'm missing?Christopher Boyd
03/06/2023, 2:40 PMget-directory
is listed on the block) to retrieve storage, and is not a valid remote file store for pushing contentAlbert Wong
03/06/2023, 4:41 PM02:48:58.664 | INFO | Flow run 'rare-rook' - Downloading flow code from storage at '/opt/prefect/flows'
02:48:58.668 | ERROR | Flow run 'rare-rook' - Flow could not be retrieved from deployment.
Will Truong
03/17/2023, 4:28 AM