The GitHub Actions job "Tests (AMD)" on 
airflow.git/skip-dag-id-filter-for-unrestricted-users has succeeded.
Run started by GitHub user rjgoyln (triggered by rjgoyln).

Head commit for run:
4988c5cf58092c50abbf6262425a2b2d15f4e924 / rjgoyln <[email protected]>
Skip per-Dag filtering for users authorized on every Dag

On deployments with thousands of Dags, every request that lists Dags spliced the
full set of permitted Dag ids into its statements -- three times over for the UI
Dag list, and once more for its count query -- even when the user was authorized
on every Dag and the predicate therefore excluded nothing. That cost grows with
the size of the deployment while changing no result, and the Dag list page pays
it on each of the requests it fires.

Report URL: https://github.com/apache/airflow/actions/runs/31614076956

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to