ashb commented on code in PR #51952: URL: https://github.com/apache/airflow/pull/51952#discussion_r2162023038
########## airflow-core/src/airflow/utils/db_cleanup.py: ########## @@ -81,6 +82,7 @@ class _TableConfig: keep_last: bool = False keep_last_filters: Any | None = None keep_last_group_by: Any | None = None + dependent_tables: list[str] | None = None Review Comment: We should add a code comment saying why we made this explicit, otherwise I can easily see someone coming and "fixing" it by making the detection automatic. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org