radhwene commented on PR #68361:
URL: https://github.com/apache/airflow/pull/68361#issuecomment-4735558632
Rebased onto current `main` and force-pushed commit Id
**0e73e09abf4bb29676f15f2288c4975533275d4d** .
Hi @potiuk The earlier red CI was not from this change:
the branch had picked up a `Merge branch 'main'` commit that CI evaluated
against a 2-day-stale `main`. The static-check failure was a merge artifact
(the new-`AirflowException` allowlist matches the 33 real raises, and
mypy-providers passed), and the failing provider matrix jobs (Non-DB,
LatestBoto, Pendulum2, Compat) were the `azure-storage-blob==12.30.0` breakage
(#68482) — this diff touches no Azure files. The rebase drops the merge commit
and pulls in the merged Azure fix, so the provider jobs run clean now.
@henry3260 's review feedback is addressed: the
`operation_in_progress_retry` decorator is now scoped to the import submit only
(`_submit_import`), with the wait kept outside the retry boundary so a polling
429 can never
re-submit the import. Regression test added.
--
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]