Austin Weisgrau
03/06/2023, 11:45 PMprefect deploy build
with an S3 upload block is hanging unless I use --skip-upload
$ prefect deployment build flows/helloworld/helloworld_flow.py:helloworld -sb s3/prod -n helloworld --skip-upload
Found flow 'Hello World'
Deployment YAML created at '/home/aradox/code/wfp/wfp-prefect/helloworld-deployment.yaml'.
$ prefect deployment build flows/helloworld/helloworld_flow.py:helloworld -sb s3/prod -n helloworld
Found flow 'Hello World'
Austin Weisgrau
03/06/2023, 11:53 PMAustin Weisgrau
03/06/2023, 11:55 PMJames Gatter
03/07/2023, 12:53 AMAustin Weisgrau
03/07/2023, 12:54 AMAustin Weisgrau
03/07/2023, 12:54 AMJames Gatter
03/07/2023, 12:55 AMJames Gatter
03/07/2023, 12:57 AMAustin Weisgrau
03/07/2023, 12:58 AMAustin Weisgrau
03/07/2023, 12:58 AMAustin Weisgrau
03/07/2023, 12:58 AMRyan Sattler
03/07/2023, 4:17 AMJames Gatter
03/07/2023, 2:10 PM# Project-specific
data/
infrastructure/
utilities/
# General files
.secrets
Dockerfile
*.toml
*.md
*.*sh
*.h5ad
*.parquet
*.png
*.svg
# python artifacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
# Type checking artifacts
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
# IPython
profile_default/
ipython_config.py
*.ipynb_checkpoints/*
# Environments
.python-version
.env
.venv
env/
venv/
# MacOS
.DS_Store
# Dask
dask-worker-space/
# Editors
.idea/
.vscode/
# VCS
.*ignore
.git/
.github/