The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/fix-db-clean-dag-ids has failed.
Run started by GitHub user onlyarnav (triggered by onlyarnav).

Head commit for run:
d660eb4d44a8d5b6d897c3f57a3c4dc79313c977 / Arnav <[email protected]>
Fix airflow db clean failure with DAG filtering on joined tables

When running \irflow db clean\ with \--dag-ids\ or \--exclude-dag-ids\, the 
command fails on the \sset_event\, \deadline\, and \      ask_reschedule\ 
tables. This occurs because the \_TableConfig\ for these tables declared 
\dag_id_column_name=\dag_id\, but these tables either do not have a \dag_id\ 
column or require a JOIN to resolve it.

This change maps the correct column for \sset_event\ and adds a join lookup 
for \deadline\ and \       ask_reschedule\ so they can be filtered properly 
without encountering SQL errors.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to