jakubmatyszewski commented on PR #66350: URL: https://github.com/apache/airflow/pull/66350#issuecomment-5599313583
> Requesting changes as a merge guardrail rather than a code objection; see my comment above. > > **Maintainers: please don't merge this independently.** It is half of a fix. It stops `airflow db clean --dag-ids` crashing on `deadline` and `task_reschedule` by dropping their `dag_id_column_name`, and because `_build_query` only applies the filter when that column is present, those two tables would then be cleaned for _every_ dag rather than the ones named. #71732 supplies the missing half via `dag_id_via` and should land in the same PR. > > I'll clear this as soon as the two are consolidated. Consolidated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
