aws / amazon-mwaa-docker-images

Apache License 2.0
24 stars 11 forks source link

Customize Airflow Configuration to Match Amazon MWAA #11

Closed rafidka closed 3 months ago

rafidka commented 9 months ago

Overview

During the rewriting and open sourcing of Amazon MWAA Airflow images we also want to change the way we set the configuration of Airflow. Currently, we provide a full airflow.cfg file. This might have potentially diverged from the defaults of Airflow, which might have changed throughout the versions. Thus, we would like to accept Airflow defaults unless we are opinionated about some configuration. This way if Airflow changes the default of some configuration, we also get that change when we support the new version.

Acceptance Criteria