Alwaysgaurav1 commented on PR #71990: URL: https://github.com/apache/airflow/pull/71990#issuecomment-5615571017
Thanks for the review, @ferruzzi! Now that #70923 has landed on `main`, I have rebased this branch on top of latest `main`. I've removed the duplicate `callback` table config and model discovery adjustments from this PR so that it is now cleanly focused on: 1. **`task_reschedule`**: Removing obsolete `dag_id_column_name="dag_id"` and adding `"task_reschedule"` to `task_instance.dependent_tables` (aligning with migration `0063`'s transition to `ti_id`). 2. **`asset_event`**: Updating `dag_id_column_name` to `"source_dag_id"`. 3. Unit tests covering both `task_reschedule` and `asset_event` cleanups. Ready for another look! -- 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]
