-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
kind:bugThis is a clearly a bugThis is a clearly a bugpriority:criticalShowstopper bug that should be patched immediatelyShowstopper bug that should be patched immediately
Milestone
Description
When "production" image is prepared for, only amazon and google providers are installed from sources.
Apache Airflow version:
master
What you expected to happen:
All providers should be installed
How to reproduce it:
./breeze --production-image --python 3.6
Then:
./breeze --production-image --python 3.6 shell bash
then
ls -la ~/.local/lib/python3.6/site-packages/airflow/providers/
amazon
google
UPDATE:
They are not even installed:
.
./amazon
./amazon/aws
./amazon/aws/hooks
./amazon/aws/hooks/batch_waiters.json
./google
./google/cloud
./google/cloud/example_dags
./google/cloud/example_dags/example_bigquery_query.sql
./google/cloud/example_dags/example_cloud_build.yaml
./google/cloud/example_dags/example_spanner.sql
Metadata
Metadata
Assignees
Labels
kind:bugThis is a clearly a bugThis is a clearly a bugpriority:criticalShowstopper bug that should be patched immediatelyShowstopper bug that should be patched immediately