potiuk edited a comment on issue #22063: URL: https://github.com/apache/airflow/issues/22063#issuecomment-1061837183
Thanks for the tests so far :) . FYI. For those who struggle on how to test, here is a helpful guideline: https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-by-contributors UPDATE: Actually the docs were a bit outdated. Better instructions here: ------------------- ### Installing in your local virtualenv You have to make sure you have Airflow 2* installed in your PIP virtualenv (the version you want to install providers with). ```shell pip install apache-airflow-providers-<provider>==<VERSION>rc<X> ``` ### Installing with Breeze ```shell ./breeze start-airflow --use-airflow-version 2.2.4 --python 3.7 --backend postgres \ --load-example-dags --load-default-connections ``` After you are in Breeze: ```shell pip install apache-airflow-providers-<provider>==<VERSION>rc<X> ``` NOTE! You should `Ctrl-C` and restart the connections to restart airflow components and make sure new provider packages is used. ----------------------- I will add it to the issue template for next wave :) -- 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]
