The GitHub Actions job "Tests" on airflow.git/fix_db_cleanup_dag_id has failed. Run started by GitHub user jakubmatyszewski (triggered by potiuk).
Head commit for run: 6447ea910dbcdc25812fcb13cb32fcf0a784f70b / Jakub Matyszewski <[email protected]> Fix incorrect dag_id_column_name in db_cleanup for deadline, task_reschedule, and asset_event tables - deadline: dag_id was removed in migration 0081 (3.1.0); drop dag_id_column_name - task_reschedule: dag_id was removed in migration 0063 (3.0.0) when columns were replaced by a single ti_id FK; drop dag_id_column_name - asset_event: column is named source_dag_id, not dag_id; fix the reference Without this, running `airflow db clean --dag-ids ...` raises `UndefinedColumn: column base.dag_id does not exist` for these tables. Report URL: https://github.com/apache/airflow/actions/runs/25317010595 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
