Prajwal7842 commented on code in PR #71220:
URL: https://github.com/apache/airflow/pull/71220#discussion_r3835272609
##########
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:
What happens if the deployment manager unsets this value ? Pool table will
have include_deffered=True (which was populated due to global setting).
Now if admin makes it false, the original config set by the end user will
not be honored
--
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]