The GitHub Actions job "Tests" on airflow.git/fix_db_cleanup_dag_id has 
succeeded.
Run started by GitHub user jakubmatyszewski (triggered by potiuk).

Head commit for run:
3f2d2167b1e063d759057265e45595879df5ed54 / 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/25397792073

With regards,
GitHub Actions via GitBox


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

Reply via email to