Prajwal7842 commented on code in PR #71220:
URL: https://github.com/apache/airflow/pull/71220#discussion_r3872531676
##########
airflow-core/src/airflow/models/pool.py:
##########
@@ -92,6 +92,26 @@ class Pool(Base):
def __repr__(self):
return str(self.pool)
+ @staticmethod
+ def get_include_deferred_override() -> bool | None:
Review Comment:
Can you elaborate more on option (3).
Suppose the global config was not set, and some users have configured values
as true or false.
Now admin sets the value, values set by users are overriden by the admin
value and scheduling decisions are made on that.
Admin unset the values to null --> user value should get honoured now.
By your change, will this behavior be enforced ? Or are you suggesting
something alternate ?
--
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]