I was trying out the contributor instructions for testing the release. I gravitated toward the instructions using Breeze:
https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDERS.md#installing-with-breeze and am getting an error. I assume there's just something wrong with my environment though I wondered if it were possible that some documentation had gotten out of date? When I the breeze command noted there i get: airflow command error: argument GROUP_OR_COMMAND: invalid choice: 'users' (choose from 'api-server', 'assets', 'backfill', 'cheat-sheet', 'config', 'connections', 'dag-processor', 'dags', 'db', 'info', 'jobs', 'kerberos', 'plugins', 'pools', 'providers', 'rotate-fernet-key', 'scheduler', 'standalone', 'tasks', 'triggerer', 'variables', 'version'), see help above. Error: check_environment returned 2. Exiting. I tried a few basic things to fix on my own like breeze cleanup, self-upgrade for breeze, tinkered with some of the arguments, but all ended in this fashion. Just curious if anyone knows what might be wrong there? On Mon, May 5, 2025 at 3:38 AM Elad Kalif <elad...@apache.org> wrote: > Hey all, > > I have just cut the ad-hoc wave Airflow Providers packages. This email is > calling a vote on the release, which will last for 72 hours - which means > that it will end on May 08, 2025 07:35 AM UTC and until 3 binding +1 votes > have been received. > > Consider this my (binding) +1. > > Airflow Providers are available at: > https://dist.apache.org/repos/dist/dev/airflow/providers/ > > *apache-airflow-providers-<PROVIDER>-*.tar.gz* are the binary > Python "sdist" release - they are also official "sources" for the Provider > distributions. > > *apache_airflow_providers_<PROVIDER>-*.whl are the binary > Python "wheel" release. > > The test procedure for PMC members is described in > > https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDERS.md#verify-the-release-candidate-by-pmc-members > > The test procedure for and Contributors who would like to test this RC is > described in: > > https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDERS.md#verify-the-release-candidate-by-contributors > > > Public keys are available at: > https://dist.apache.org/repos/dist/release/airflow/KEYS > > Please vote accordingly: > > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove with the reason > > Only votes from PMC members are binding, but members of the community are > encouraged to test the release and vote with "(non-binding)". > > Please note that the version number excludes the 'rcX' string. > This will allow us to rename the artifact without modifying > the artifact checksums when we actually release. > > The status of testing the providers by the community is kept here: > https://github.com/apache/airflow/issues/50189 > > The issue is also the easiest way to see important PRs included in the RC > candidates. > Detailed changelog for the providers will be published in the documentation > after the > RC candidates are released. > > You can find the RC packages in PyPI following these links: > > https://pypi.org/project/apache-airflow-providers-amazon/9.7.0rc1/ > > https://pypi.org/project/apache-airflow-providers-apache-tinkerpop/1.0.0rc1/ > > https://pypi.org/project/apache-airflow-providers-common-messaging/1.0.1rc1/ > https://pypi.org/project/apache-airflow-providers-common-sql/1.27.0rc1/ > https://pypi.org/project/apache-airflow-providers-snowflake/6.3.0rc1/ > > Cheers, > Elad Kalif >