mingdaoy commented on issue #53873: URL: https://github.com/apache/airflow/issues/53873#issuecomment-3137016662
Could someone provide guidance on the necessary steps to verify the release? @amoghrajesh @potiuk I install with Breeze following the [Verify providers by contributors](https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDERS.md#verify-the-release-candidate-by-contributors) ``` breeze start-airflow --use-airflow-version 3.0.3 --python 3.12 --backend postgres \ --load-example-dags --load-default-connections pip install apache-airflow-providers-alibaba==3.2.2rc1 ``` What do I need to do next for the alibaba provider? https://github.com/apache/airflow/pull/53299 Do I need to run the same thing for the rest of the providers? Thanks! -- 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]
