hkc-8010 commented on PR #66911: URL: https://github.com/apache/airflow/pull/66911#issuecomment-4488299860
@jason810496 Addressed all four points — see commit 8a9259d5c0f: - Pre-check and ambiguous-POST follow-up now both use self.get_count(dag_id=dag_id, run_ids=[run_id]) directly, removing _dag_run_exists and its ~40 lines of compat handling. - _is_legacy_previous_dag_run_route_response was removed along with _dag_run_exists (it was only used there). - Added a TODO at the clear() call site for the idempotency follow-up. Would appreciate a re-review. Thanks! -- 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]
