The GitHub Actions job "Tests (AMD)" on 
airflow.git/feat/fix_68040_cloudlsql_409 has failed.
Run started by GitHub user radhwene (triggered by radhwene).

Head commit for run:
9c98fbdc6bf2458dbf5760870a5125be8a7019c5 / root 
<[email protected]>
Limit Cloud SQL 409 retry to the import submit call

Address review feedback on #68361: operation_in_progress_retry()
previously wrapped the whole import_instance, including the
operation-status polling. A retryable 429 raised during polling
re-ran the method and re-submitted an import that was already
accepted, importing the same data twice.

The submit now lives in _submit_import, which alone carries the
retry decorator; import_instance waits outside the retry scope, so
a polling failure fails the task instead of re-submitting. Adds a
regression test asserting exactly one submit when polling raises a
retryable error.

Report URL: https://github.com/apache/airflow/actions/runs/27452891849

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to