The GitHub Actions job "Tests (AMD)" on airflow.git/revert-import-error-no-dag-redact-fallback has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: a6a286f847d563e039c1b12beacf4d25281da576 / Jarek Potiuk <[email protected]> Return raw import-error stacktrace when file has no registered Dag The Import Errors API used to fall back to a redaction message for files that have no `DagModel` row yet (parse failed before any Dag was defined, or all Dags removed). The fallback was a placeholder, not a real authorization decision -- it left admins unable to read the actual stacktrace, and it did not respect multi-team isolation. Restore the previous behavior of returning the raw stacktrace in this case until a proper admin-only path is in place. The dedicated permission and multi-team scoping are tracked in https://github.com/apache/airflow/issues/67461. The other changes from the per-file authorization work -- matching on `relative_fileloc + bundle_name` and splitting the list-endpoint CTE so the per-file authorization check sees the full Dag set -- stay in place. Report URL: https://github.com/apache/airflow/actions/runs/26394912546 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
