AlejandroMorgante commented on PR #67524: URL: https://github.com/apache/airflow/pull/67524#issuecomment-4559822153
@SameerMesiah97 you're right, and I appreciate the clear feedback. Simplified the operator significantly — removed `stop_task_before`, `restart_task_after`, `start_replication_task_type`, the multi-stage deferral chain, and `_wait_for_status`. It now just calls `ModifyReplicationTask` and optionally waits for the task to exit `modifying`. Stop/restart is the caller's responsibility via the existing operators. Addressed your other inline comments in the same pass. --- Drafted-by: Claude Code (claude-sonnet-4-6); reviewed by @AlejandroMorgante before posting -- 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]
