Prajwal7842 commented on code in PR #71220:
URL: https://github.com/apache/airflow/pull/71220#discussion_r3835281575
##########
airflow-core/src/airflow/models/pool.py:
##########
@@ -143,6 +163,10 @@ def create_or_update_pool(
"team_name cannot be set when multi_team mode is disabled.
Please contact your administrator."
)
+ include_deferred_override = Pool.get_include_deferred_override()
+ if include_deferred_override is not None:
+ include_deferred = include_deferred_override
Review Comment:
This will permanently override the global config to pool configs right,
making the rollback not possible ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]