fat-catTW commented on PR #71347: URL: https://github.com/apache/airflow/pull/71347#issuecomment-5236534567
Thanks for the review. I found that my PR branch was accidentally based on another local branch, so the diff included unrelated ExecutorCallback/DagRun reference changes. I rebased `rename-dagrun-update-state` onto `upstream/main` and force-pushed with lease. The PR diff should now only include the internal `DagRun.update_state()` → `DagRun.schedule_dag_run()` rename and related call-site/test updates. There are no database schema, ORM field, migration, or serialized data changes in this PR now. I also updated the description. -- 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]
