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.
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.