docker-airflow
docker-airflow copied to clipboard
No s3 conn type for connection!
I tried to build connection with aws but notice there is not s3 in dropdown list,is there any alternative connection for s3? thanks,
You are going to need to add s3 to your airflow deps:
docker build --rm --build-arg AIRFLOW_DEPS="s3" -t puckel/docker-airflow .