radhwene commented on issue #71246: URL: https://github.com/apache/airflow/issues/71246#issuecomment-5214327077
Tested apache-airflow-providers-google==22.3.0rc3 for #68151 (CloudSQLNoOperationInProgressSensor). I installed the RC from PyPI in a clean Python 3.12 environment with Airflow 3.3.0. pip check is clean, including the RC dependencies on common-sql and common-compat. I also compared it with Google provider 19.5.0 to confirm that the new sensor, trigger, status constant and CloudSQLHook.list_operations() are all present only in the RC. For poke(), I checked the main paths: * RUNNING or PENDING operation → keeps waiting * only DONE operations, or no operations → succeeds * mixed DONE and RUNNING → keeps waiting * operation without a status → does not block * HTTP 403/404 → raises CloudSQLOperationError * HTTP 500 → re-raises the original HttpError I also confirmed that the existing Cloud SQL import and export operators still import correctly. I did not run a real parallel workload against Cloud SQL, so this validates the released artifact and its synchronous sensor behaviour, not the remaining timing window under live concurrency. No issues found in the scope tested. ⸻ Drafted with Claude ; reviewed by @radhwene 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]
