The GitHub Actions job "Tests" on airflow.git/v3-1-test has succeeded.
Run started by GitHub user vincbeck (triggered by vincbeck).

Head commit for run:
dd1a86593f2bd38b50b9f2a0a91529d16f89d0c4 / Rahul Vats 
<[email protected]>
Fix import errors not showing on UI (#61163) (#61213)

Import error stopped showing on UI after #60801 which removed the early bypass 
for users with access to all DAGs.

When a DAG file has an import error, the DAG doesn't exist in DagModel (because 
it failed to import). The inner join with DagModel filters out these import 
errors because there's no matching row.

This was always broken for users without "read all" permissions but was masked 
by the early return path.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to