msumit commented on code in PR #71220:
URL: https://github.com/apache/airflow/pull/71220#discussion_r3872765961
##########
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:
Making it team wise would be another big change and doing all this in a
single PR won't be good. I believe if there are some companies who wanted to
use Team level config, they can extend it and contribute.
--
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]