vincbeck commented on code in PR #61227:
URL: https://github.com/apache/airflow/pull/61227#discussion_r2743373508


##########
airflow-core/src/airflow/ti_deps/deps/pool_slots_available_dep.py:
##########
@@ -53,6 +55,21 @@ def _get_dep_statuses(self, ti, session, dep_context=None):
             )
             return
 
+        # Check team compatibility

Review Comment:
   Scheduler/runtime. I also wanted to do it at parse time, but because the Dag 
file processor does not have access to the DB, it makes it more complicated 
than it seems. This is also what is happening today if a user specifies a non 
existing pool in their Dag. Parsing goes fine, it only fails at runtime.



-- 
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]

Reply via email to