The GitHub Actions job "Tests" on airflow.git/backport-61163-upstream has 
succeeded.
Run started by GitHub user vatsrahul1001 (triggered by vatsrahul1001).

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

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/21486415364

With regards,
GitHub Actions via GitBox


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

Reply via email to