Skip to content

Production image has only amazon and google providers installed #12150

@potiuk

Description

@potiuk

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 bugpriority:criticalShowstopper bug that should be patched immediately

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions