rjgoyln commented on issue #72902: URL: https://github.com/apache/airflow/issues/72902#issuecomment-5636640116
Tested all four items from a clean Python 3.12 venv with `apache-airflow==3.3.1` and the RC wheels installed from PyPI. Each scenario was run against both the RC and previous release as a control. * **fab 3.9.0rc1 (#71674):** `db migrate` and `users create/list` now work with `create_metadata_engine`, shared engines are reused correctly, and secondary binds still get independent engines. 3.8.1 fails with `sqlite3.OperationalError`. * **http 6.1.0rc1 (#72376):** failed polls now continue until success or `max_consecutive_failures`; failure counts reset after a completed poll, serialization preserves the option, and `0` is rejected. 6.0.5 stops after the first failed request. * **microsoft.azure 15.1.0rc1 (#71565):** verified real Graph request construction, auth, recipients, attachments, headers, dry-run/validation, repeated sends, and `MSGraphNotifier`. The new backend/notifier are also present in provider metadata; 15.0.1 has neither. * **teradata 3.6.3rc1 (#72696):** unknown operations now immediately emit an error without polling, while all valid operations and the missing-profile case retain their previous behavior. 3.6.2 polled indefinitely instead. All four work as expected from my side. -- 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]
