The GitHub Actions job "Tests" on airflow.git/onikolas/fix_dag_parser_executor_validator_multi_team has succeeded. Run started by GitHub user o-nikolas (triggered by o-nikolas).
Head commit for run: 9499128e8c0d53ade4f8b4a709fa68db48b68dee / Niko Oliveira <[email protected]> Don't validate team existence during dag validation During dag parsing we validate Dags that use Multiple Executor Configuration, to ensure the executor being requested for a task is available in config and for that team. We do that by examining various airflow and bundle config. However, downstream of getting all the currently configured executors, a new multi-team check was asserting the existence of teams in the DB. This check is really only meant to be done at Scheduler startup. We should not perform this check each parse loop. This will also save on DB queries that were unintentionally happening each validation. Report URL: https://github.com/apache/airflow/actions/runs/22506716061 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
