aws / amazon-mwaa-docker-images

Apache License 2.0
24 stars 11 forks source link

Use essential requirements only if constraints are commented out #91

Closed rafidka closed 3 months ago

rafidka commented 3 months ago

Issue #, if available: N/A

Description of changes:

If the -c/--constraints flag in the user-provided requirements file is disabled, we treat it specially by just using the Airflow essential constraints (the short list of critical constraints that we don't allow the user to override) instead of using the Airflow default constraints.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.