SameerMesiah97 commented on code in PR #69768: URL: https://github.com/apache/airflow/pull/69768#discussion_r3609070598
########## airflow-core/src/airflow/models/pool.py: ########## Review Comment: I initially considered that approach but `get_default_pool` is not part of the execution path during DAG processing and/or team creation. Am I missing a call site where you believe this may be used? Also, even if were to make this team-aware, we would still need handle the assignment of the team-level default pool to tasks during DAG processing. -- 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]
