You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by Jarek Potiuk <ja...@potiuk.com> on 2021/09/30 13:39:40 UTC

[VOTE] Airflow Providers prepared on September 30, 2021

Hey all,

I have just cut the new wave Airflow Providers packages. This email is
calling a vote on the release,
which will last for 72 hours + 1 day for the weekend - which means that it
will end on Mon  4 Oct 15:35:28 CEST 2021.

Consider this my (binding) +1.

Overview of the wave of providers:

* We have regular releases with features and bugfixes
* There is one new provider - Influxdb.
* There is a release of Docker Provider that contains new "task.docker"
decorator which will be used in 2.2 only and it is needed to release
Airflow 2.2 and make use of the decorator.

Airflow Providers are available at:
https://dist.apache.org/repos/dist/dev/airflow/providers/

*apache-airflow-providers-<PROVIDER>-*-bin.tar.gz* are the binary
 Python "sdist" release - they are also official "sources" for the provider
packages.

*apache_airflow_providers_<PROVIDER>-*.whl are the binary
 Python "wheel" release.

The test procedure for PMC members who would like to test the RC candidates
are described in
https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-by-pmc-members

and for Contributors:

https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-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/18638

You can find packages as well as detailed changelog following the below
links:

https://pypi.org/project/apache-airflow-providers-amazon/2.3.0rc1/
https://pypi.org/project/apache-airflow-providers-apache-cassandra/2.1.0rc1/
https://pypi.org/project/apache-airflow-providers-apache-hdfs/2.1.1rc1/
https://pypi.org/project/apache-airflow-providers-celery/2.1.0rc1/
https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/2.0.3rc1/
https://pypi.org/project/apache-airflow-providers-databricks/2.0.2rc1/
https://pypi.org/project/apache-airflow-providers-docker/2.2.0rc1/
https://pypi.org/project/apache-airflow-providers-google/6.0.0rc1/
https://pypi.org/project/apache-airflow-providers-hashicorp/2.1.1rc1/
https://pypi.org/project/apache-airflow-providers-influxdb/1.0.0rc1/
https://pypi.org/project/apache-airflow-providers-microsoft-azure/3.2.0rc1/
https://pypi.org/project/apache-airflow-providers-microsoft-psrp/1.0.1rc1/
https://pypi.org/project/apache-airflow-providers-neo4j/2.0.2rc1/
https://pypi.org/project/apache-airflow-providers-papermill/2.1.0rc1/
https://pypi.org/project/apache-airflow-providers-postgres/2.3.0rc1/
https://pypi.org/project/apache-airflow-providers-slack/4.1.0rc1/
https://pypi.org/project/apache-airflow-providers-snowflake/2.2.0rc1/
https://pypi.org/project/apache-airflow-providers-ssh/2.2.0rc1/


Cheers,
J.

Re: [VOTE] Airflow Providers prepared on September 30, 2021

Posted by Jarek Potiuk <ja...@potiuk.com>.
Yep. I will take a look at that too and hopefully merge both and
release an rc2 today for voting.

On Wed, Oct 6, 2021 at 10:31 AM Javier Lopez <ja...@gmail.com> wrote:
>
> Sorry for the inconveniences, I already have uploaded a PR for solving it: https://github.com/apache/airflow/pull/18764
>
> I was thinking that maybe we could take advantage of this unwanted situation by including as well this PR: https://github.com/apache/airflow/pull/17937. It is all green and I have already tested it with real DAGs and it's working as expected.
>
> Kind regards
>
> On Tue, 5 Oct 2021 at 11:58, Jarek Potiuk <ja...@potiuk.com> wrote:
>>
>> I confirmed with Javier and seems it's a real bug and he has a fix already. I will remove Amazon from released providers and prepare rc2 shortly.
>>
>> On Tue, Oct 5, 2021 at 11:16 AM Jarek Potiuk <ja...@potiuk.com> wrote:
>>>
>>> Yep. looking at it soon and decide what to do.
>>>
>>> On Tue, Oct 5, 2021 at 9:19 AM Kaxil Naik <ka...@gmail.com> wrote:
>>>>
>>>> Looks like we might have to exclude amazon provider - https://github.com/apache/airflow/issues/18638#issuecomment-934134258
>>>>
>>>> Regards,
>>>> Kaxil
>>>>
>>>> On Tue, Oct 5, 2021 at 12:39 AM Ephraim Anierobi <ep...@astronomer.io.invalid> wrote:
>>>>>
>>>>> +1 (binding)
>>>>> Verified licences and signatures
>>>>>
>>>>> On Thu, Sep 30, 2021 at 2:39 PM Jarek Potiuk <ja...@potiuk.com> wrote:
>>>>>>
>>>>>> Hey all,
>>>>>>
>>>>>> I have just cut the new wave Airflow Providers packages. This email is calling a vote on the release,
>>>>>> which will last for 72 hours + 1 day for the weekend - which means that it will end on Mon  4 Oct 15:35:28 CEST 2021.
>>>>>>
>>>>>> Consider this my (binding) +1.
>>>>>>
>>>>>> Overview of the wave of providers:
>>>>>>
>>>>>> * We have regular releases with features and bugfixes
>>>>>> * There is one new provider - Influxdb.
>>>>>> * There is a release of Docker Provider that contains new "task.docker" decorator which will be used in 2.2 only and it is needed to release Airflow 2.2 and make use of the decorator.
>>>>>>
>>>>>> Airflow Providers are available at:
>>>>>> https://dist.apache.org/repos/dist/dev/airflow/providers/
>>>>>>
>>>>>> *apache-airflow-providers-<PROVIDER>-*-bin.tar.gz* are the binary
>>>>>>  Python "sdist" release - they are also official "sources" for the provider packages.
>>>>>>
>>>>>> *apache_airflow_providers_<PROVIDER>-*.whl are the binary
>>>>>>  Python "wheel" release.
>>>>>>
>>>>>> The test procedure for PMC members who would like to test the RC candidates are described in
>>>>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-by-pmc-members
>>>>>>
>>>>>> and for Contributors:
>>>>>>
>>>>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-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/18638
>>>>>>
>>>>>> You can find packages as well as detailed changelog following the below links:
>>>>>>
>>>>>> https://pypi.org/project/apache-airflow-providers-amazon/2.3.0rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-apache-cassandra/2.1.0rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-apache-hdfs/2.1.1rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-celery/2.1.0rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/2.0.3rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-databricks/2.0.2rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-docker/2.2.0rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-google/6.0.0rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-hashicorp/2.1.1rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-influxdb/1.0.0rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-microsoft-azure/3.2.0rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-microsoft-psrp/1.0.1rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-neo4j/2.0.2rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-papermill/2.1.0rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-postgres/2.3.0rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-slack/4.1.0rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-snowflake/2.2.0rc1/
>>>>>> https://pypi.org/project/apache-airflow-providers-ssh/2.2.0rc1/
>>>>>>
>>>>>>
>>>>>> Cheers,
>>>>>> J.
>>>>>>

Re: [VOTE] Airflow Providers prepared on September 30, 2021

Posted by Javier Lopez <ja...@gmail.com>.
Sorry for the inconveniences, I already have uploaded a PR for solving it:
https://github.com/apache/airflow/pull/18764

I was thinking that maybe we could take advantage of this unwanted
situation by including as well this PR:
https://github.com/apache/airflow/pull/17937. It is all green and I have
already tested it with real DAGs and it's working as expected.

Kind regards

On Tue, 5 Oct 2021 at 11:58, Jarek Potiuk <ja...@potiuk.com> wrote:

> I confirmed with Javier and seems it's a real bug and he has a fix
> already. I will remove Amazon from released providers and prepare rc2
> shortly.
>
> On Tue, Oct 5, 2021 at 11:16 AM Jarek Potiuk <ja...@potiuk.com> wrote:
>
>> Yep. looking at it soon and decide what to do.
>>
>> On Tue, Oct 5, 2021 at 9:19 AM Kaxil Naik <ka...@gmail.com> wrote:
>>
>>> Looks like we might have to exclude amazon provider -
>>> https://github.com/apache/airflow/issues/18638#issuecomment-934134258
>>>
>>> Regards,
>>> Kaxil
>>>
>>> On Tue, Oct 5, 2021 at 12:39 AM Ephraim Anierobi
>>> <ep...@astronomer.io.invalid> wrote:
>>>
>>>> +1 (binding)
>>>> Verified licences and signatures
>>>>
>>>> On Thu, Sep 30, 2021 at 2:39 PM Jarek Potiuk <ja...@potiuk.com> wrote:
>>>>
>>>>> Hey all,
>>>>>
>>>>> I have just cut the new wave Airflow Providers packages. This email is
>>>>> calling a vote on the release,
>>>>> which will last for 72 hours + 1 day for the weekend - which means
>>>>> that it will end on Mon  4 Oct 15:35:28 CEST 2021.
>>>>>
>>>>> Consider this my (binding) +1.
>>>>>
>>>>> Overview of the wave of providers:
>>>>>
>>>>> * We have regular releases with features and bugfixes
>>>>> * There is one new provider - Influxdb.
>>>>> * There is a release of Docker Provider that contains new
>>>>> "task.docker" decorator which will be used in 2.2 only and it is needed to
>>>>> release Airflow 2.2 and make use of the decorator.
>>>>>
>>>>> Airflow Providers are available at:
>>>>> https://dist.apache.org/repos/dist/dev/airflow/providers/
>>>>>
>>>>> *apache-airflow-providers-<PROVIDER>-*-bin.tar.gz* are the binary
>>>>>  Python "sdist" release - they are also official "sources" for the
>>>>> provider packages.
>>>>>
>>>>> *apache_airflow_providers_<PROVIDER>-*.whl are the binary
>>>>>  Python "wheel" release.
>>>>>
>>>>> The test procedure for PMC members who would like to test the RC
>>>>> candidates are described in
>>>>>
>>>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-by-pmc-members
>>>>>
>>>>> and for Contributors:
>>>>>
>>>>>
>>>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-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/18638
>>>>>
>>>>> You can find packages as well as detailed changelog following the
>>>>> below links:
>>>>>
>>>>> https://pypi.org/project/apache-airflow-providers-amazon/2.3.0rc1/
>>>>>
>>>>> https://pypi.org/project/apache-airflow-providers-apache-cassandra/2.1.0rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-apache-hdfs/2.1.1rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-celery/2.1.0rc1/
>>>>>
>>>>> https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/2.0.3rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-databricks/2.0.2rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-docker/2.2.0rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-google/6.0.0rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-hashicorp/2.1.1rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-influxdb/1.0.0rc1/
>>>>>
>>>>> https://pypi.org/project/apache-airflow-providers-microsoft-azure/3.2.0rc1/
>>>>>
>>>>> https://pypi.org/project/apache-airflow-providers-microsoft-psrp/1.0.1rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-neo4j/2.0.2rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-papermill/2.1.0rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-postgres/2.3.0rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-slack/4.1.0rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-snowflake/2.2.0rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-ssh/2.2.0rc1/
>>>>>
>>>>>
>>>>> Cheers,
>>>>> J.
>>>>>
>>>>>

Re: [VOTE] Airflow Providers prepared on September 30, 2021

Posted by Jarek Potiuk <ja...@potiuk.com>.
I confirmed with Javier and seems it's a real bug and he has a fix already.
I will remove Amazon from released providers and prepare rc2 shortly.

On Tue, Oct 5, 2021 at 11:16 AM Jarek Potiuk <ja...@potiuk.com> wrote:

> Yep. looking at it soon and decide what to do.
>
> On Tue, Oct 5, 2021 at 9:19 AM Kaxil Naik <ka...@gmail.com> wrote:
>
>> Looks like we might have to exclude amazon provider -
>> https://github.com/apache/airflow/issues/18638#issuecomment-934134258
>>
>> Regards,
>> Kaxil
>>
>> On Tue, Oct 5, 2021 at 12:39 AM Ephraim Anierobi
>> <ep...@astronomer.io.invalid> wrote:
>>
>>> +1 (binding)
>>> Verified licences and signatures
>>>
>>> On Thu, Sep 30, 2021 at 2:39 PM Jarek Potiuk <ja...@potiuk.com> wrote:
>>>
>>>> Hey all,
>>>>
>>>> I have just cut the new wave Airflow Providers packages. This email is
>>>> calling a vote on the release,
>>>> which will last for 72 hours + 1 day for the weekend - which means that
>>>> it will end on Mon  4 Oct 15:35:28 CEST 2021.
>>>>
>>>> Consider this my (binding) +1.
>>>>
>>>> Overview of the wave of providers:
>>>>
>>>> * We have regular releases with features and bugfixes
>>>> * There is one new provider - Influxdb.
>>>> * There is a release of Docker Provider that contains new "task.docker"
>>>> decorator which will be used in 2.2 only and it is needed to release
>>>> Airflow 2.2 and make use of the decorator.
>>>>
>>>> Airflow Providers are available at:
>>>> https://dist.apache.org/repos/dist/dev/airflow/providers/
>>>>
>>>> *apache-airflow-providers-<PROVIDER>-*-bin.tar.gz* are the binary
>>>>  Python "sdist" release - they are also official "sources" for the
>>>> provider packages.
>>>>
>>>> *apache_airflow_providers_<PROVIDER>-*.whl are the binary
>>>>  Python "wheel" release.
>>>>
>>>> The test procedure for PMC members who would like to test the RC
>>>> candidates are described in
>>>>
>>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-by-pmc-members
>>>>
>>>> and for Contributors:
>>>>
>>>>
>>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-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/18638
>>>>
>>>> You can find packages as well as detailed changelog following the below
>>>> links:
>>>>
>>>> https://pypi.org/project/apache-airflow-providers-amazon/2.3.0rc1/
>>>>
>>>> https://pypi.org/project/apache-airflow-providers-apache-cassandra/2.1.0rc1/
>>>> https://pypi.org/project/apache-airflow-providers-apache-hdfs/2.1.1rc1/
>>>> https://pypi.org/project/apache-airflow-providers-celery/2.1.0rc1/
>>>>
>>>> https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/2.0.3rc1/
>>>> https://pypi.org/project/apache-airflow-providers-databricks/2.0.2rc1/
>>>> https://pypi.org/project/apache-airflow-providers-docker/2.2.0rc1/
>>>> https://pypi.org/project/apache-airflow-providers-google/6.0.0rc1/
>>>> https://pypi.org/project/apache-airflow-providers-hashicorp/2.1.1rc1/
>>>> https://pypi.org/project/apache-airflow-providers-influxdb/1.0.0rc1/
>>>>
>>>> https://pypi.org/project/apache-airflow-providers-microsoft-azure/3.2.0rc1/
>>>>
>>>> https://pypi.org/project/apache-airflow-providers-microsoft-psrp/1.0.1rc1/
>>>> https://pypi.org/project/apache-airflow-providers-neo4j/2.0.2rc1/
>>>> https://pypi.org/project/apache-airflow-providers-papermill/2.1.0rc1/
>>>> https://pypi.org/project/apache-airflow-providers-postgres/2.3.0rc1/
>>>> https://pypi.org/project/apache-airflow-providers-slack/4.1.0rc1/
>>>> https://pypi.org/project/apache-airflow-providers-snowflake/2.2.0rc1/
>>>> https://pypi.org/project/apache-airflow-providers-ssh/2.2.0rc1/
>>>>
>>>>
>>>> Cheers,
>>>> J.
>>>>
>>>>

Re: [VOTE] Airflow Providers prepared on September 30, 2021

Posted by Jarek Potiuk <ja...@potiuk.com>.
Yep. looking at it soon and decide what to do.

On Tue, Oct 5, 2021 at 9:19 AM Kaxil Naik <ka...@gmail.com> wrote:

> Looks like we might have to exclude amazon provider -
> https://github.com/apache/airflow/issues/18638#issuecomment-934134258
>
> Regards,
> Kaxil
>
> On Tue, Oct 5, 2021 at 12:39 AM Ephraim Anierobi
> <ep...@astronomer.io.invalid> wrote:
>
>> +1 (binding)
>> Verified licences and signatures
>>
>> On Thu, Sep 30, 2021 at 2:39 PM Jarek Potiuk <ja...@potiuk.com> wrote:
>>
>>> Hey all,
>>>
>>> I have just cut the new wave Airflow Providers packages. This email is
>>> calling a vote on the release,
>>> which will last for 72 hours + 1 day for the weekend - which means that
>>> it will end on Mon  4 Oct 15:35:28 CEST 2021.
>>>
>>> Consider this my (binding) +1.
>>>
>>> Overview of the wave of providers:
>>>
>>> * We have regular releases with features and bugfixes
>>> * There is one new provider - Influxdb.
>>> * There is a release of Docker Provider that contains new "task.docker"
>>> decorator which will be used in 2.2 only and it is needed to release
>>> Airflow 2.2 and make use of the decorator.
>>>
>>> Airflow Providers are available at:
>>> https://dist.apache.org/repos/dist/dev/airflow/providers/
>>>
>>> *apache-airflow-providers-<PROVIDER>-*-bin.tar.gz* are the binary
>>>  Python "sdist" release - they are also official "sources" for the
>>> provider packages.
>>>
>>> *apache_airflow_providers_<PROVIDER>-*.whl are the binary
>>>  Python "wheel" release.
>>>
>>> The test procedure for PMC members who would like to test the RC
>>> candidates are described in
>>>
>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-by-pmc-members
>>>
>>> and for Contributors:
>>>
>>>
>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-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/18638
>>>
>>> You can find packages as well as detailed changelog following the below
>>> links:
>>>
>>> https://pypi.org/project/apache-airflow-providers-amazon/2.3.0rc1/
>>>
>>> https://pypi.org/project/apache-airflow-providers-apache-cassandra/2.1.0rc1/
>>> https://pypi.org/project/apache-airflow-providers-apache-hdfs/2.1.1rc1/
>>> https://pypi.org/project/apache-airflow-providers-celery/2.1.0rc1/
>>>
>>> https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/2.0.3rc1/
>>> https://pypi.org/project/apache-airflow-providers-databricks/2.0.2rc1/
>>> https://pypi.org/project/apache-airflow-providers-docker/2.2.0rc1/
>>> https://pypi.org/project/apache-airflow-providers-google/6.0.0rc1/
>>> https://pypi.org/project/apache-airflow-providers-hashicorp/2.1.1rc1/
>>> https://pypi.org/project/apache-airflow-providers-influxdb/1.0.0rc1/
>>>
>>> https://pypi.org/project/apache-airflow-providers-microsoft-azure/3.2.0rc1/
>>>
>>> https://pypi.org/project/apache-airflow-providers-microsoft-psrp/1.0.1rc1/
>>> https://pypi.org/project/apache-airflow-providers-neo4j/2.0.2rc1/
>>> https://pypi.org/project/apache-airflow-providers-papermill/2.1.0rc1/
>>> https://pypi.org/project/apache-airflow-providers-postgres/2.3.0rc1/
>>> https://pypi.org/project/apache-airflow-providers-slack/4.1.0rc1/
>>> https://pypi.org/project/apache-airflow-providers-snowflake/2.2.0rc1/
>>> https://pypi.org/project/apache-airflow-providers-ssh/2.2.0rc1/
>>>
>>>
>>> Cheers,
>>> J.
>>>
>>>

Re: [VOTE] Airflow Providers prepared on September 30, 2021

Posted by Kaxil Naik <ka...@gmail.com>.
Looks like we might have to exclude amazon provider -
https://github.com/apache/airflow/issues/18638#issuecomment-934134258

Regards,
Kaxil

On Tue, Oct 5, 2021 at 12:39 AM Ephraim Anierobi
<ep...@astronomer.io.invalid> wrote:

> +1 (binding)
> Verified licences and signatures
>
> On Thu, Sep 30, 2021 at 2:39 PM Jarek Potiuk <ja...@potiuk.com> wrote:
>
>> Hey all,
>>
>> I have just cut the new wave Airflow Providers packages. This email is
>> calling a vote on the release,
>> which will last for 72 hours + 1 day for the weekend - which means that
>> it will end on Mon  4 Oct 15:35:28 CEST 2021.
>>
>> Consider this my (binding) +1.
>>
>> Overview of the wave of providers:
>>
>> * We have regular releases with features and bugfixes
>> * There is one new provider - Influxdb.
>> * There is a release of Docker Provider that contains new "task.docker"
>> decorator which will be used in 2.2 only and it is needed to release
>> Airflow 2.2 and make use of the decorator.
>>
>> Airflow Providers are available at:
>> https://dist.apache.org/repos/dist/dev/airflow/providers/
>>
>> *apache-airflow-providers-<PROVIDER>-*-bin.tar.gz* are the binary
>>  Python "sdist" release - they are also official "sources" for the
>> provider packages.
>>
>> *apache_airflow_providers_<PROVIDER>-*.whl are the binary
>>  Python "wheel" release.
>>
>> The test procedure for PMC members who would like to test the RC
>> candidates are described in
>>
>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-by-pmc-members
>>
>> and for Contributors:
>>
>>
>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-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/18638
>>
>> You can find packages as well as detailed changelog following the below
>> links:
>>
>> https://pypi.org/project/apache-airflow-providers-amazon/2.3.0rc1/
>>
>> https://pypi.org/project/apache-airflow-providers-apache-cassandra/2.1.0rc1/
>> https://pypi.org/project/apache-airflow-providers-apache-hdfs/2.1.1rc1/
>> https://pypi.org/project/apache-airflow-providers-celery/2.1.0rc1/
>>
>> https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/2.0.3rc1/
>> https://pypi.org/project/apache-airflow-providers-databricks/2.0.2rc1/
>> https://pypi.org/project/apache-airflow-providers-docker/2.2.0rc1/
>> https://pypi.org/project/apache-airflow-providers-google/6.0.0rc1/
>> https://pypi.org/project/apache-airflow-providers-hashicorp/2.1.1rc1/
>> https://pypi.org/project/apache-airflow-providers-influxdb/1.0.0rc1/
>>
>> https://pypi.org/project/apache-airflow-providers-microsoft-azure/3.2.0rc1/
>> https://pypi.org/project/apache-airflow-providers-microsoft-psrp/1.0.1rc1/
>> https://pypi.org/project/apache-airflow-providers-neo4j/2.0.2rc1/
>> https://pypi.org/project/apache-airflow-providers-papermill/2.1.0rc1/
>> https://pypi.org/project/apache-airflow-providers-postgres/2.3.0rc1/
>> https://pypi.org/project/apache-airflow-providers-slack/4.1.0rc1/
>> https://pypi.org/project/apache-airflow-providers-snowflake/2.2.0rc1/
>> https://pypi.org/project/apache-airflow-providers-ssh/2.2.0rc1/
>>
>>
>> Cheers,
>> J.
>>
>>

Re: [VOTE] Airflow Providers prepared on September 30, 2021

Posted by Ephraim Anierobi <ep...@astronomer.io.INVALID>.
+1 (binding)
Verified licences and signatures

On Thu, Sep 30, 2021 at 2:39 PM Jarek Potiuk <ja...@potiuk.com> wrote:

> Hey all,
>
> I have just cut the new wave Airflow Providers packages. This email is
> calling a vote on the release,
> which will last for 72 hours + 1 day for the weekend - which means that it
> will end on Mon  4 Oct 15:35:28 CEST 2021.
>
> Consider this my (binding) +1.
>
> Overview of the wave of providers:
>
> * We have regular releases with features and bugfixes
> * There is one new provider - Influxdb.
> * There is a release of Docker Provider that contains new "task.docker"
> decorator which will be used in 2.2 only and it is needed to release
> Airflow 2.2 and make use of the decorator.
>
> Airflow Providers are available at:
> https://dist.apache.org/repos/dist/dev/airflow/providers/
>
> *apache-airflow-providers-<PROVIDER>-*-bin.tar.gz* are the binary
>  Python "sdist" release - they are also official "sources" for the
> provider packages.
>
> *apache_airflow_providers_<PROVIDER>-*.whl are the binary
>  Python "wheel" release.
>
> The test procedure for PMC members who would like to test the RC
> candidates are described in
>
> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-by-pmc-members
>
> and for Contributors:
>
>
> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-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/18638
>
> You can find packages as well as detailed changelog following the below
> links:
>
> https://pypi.org/project/apache-airflow-providers-amazon/2.3.0rc1/
>
> https://pypi.org/project/apache-airflow-providers-apache-cassandra/2.1.0rc1/
> https://pypi.org/project/apache-airflow-providers-apache-hdfs/2.1.1rc1/
> https://pypi.org/project/apache-airflow-providers-celery/2.1.0rc1/
> https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/2.0.3rc1/
> https://pypi.org/project/apache-airflow-providers-databricks/2.0.2rc1/
> https://pypi.org/project/apache-airflow-providers-docker/2.2.0rc1/
> https://pypi.org/project/apache-airflow-providers-google/6.0.0rc1/
> https://pypi.org/project/apache-airflow-providers-hashicorp/2.1.1rc1/
> https://pypi.org/project/apache-airflow-providers-influxdb/1.0.0rc1/
> https://pypi.org/project/apache-airflow-providers-microsoft-azure/3.2.0rc1/
> https://pypi.org/project/apache-airflow-providers-microsoft-psrp/1.0.1rc1/
> https://pypi.org/project/apache-airflow-providers-neo4j/2.0.2rc1/
> https://pypi.org/project/apache-airflow-providers-papermill/2.1.0rc1/
> https://pypi.org/project/apache-airflow-providers-postgres/2.3.0rc1/
> https://pypi.org/project/apache-airflow-providers-slack/4.1.0rc1/
> https://pypi.org/project/apache-airflow-providers-snowflake/2.2.0rc1/
> https://pypi.org/project/apache-airflow-providers-ssh/2.2.0rc1/
>
>
> Cheers,
> J.
>
>

Re: [VOTE] Airflow Providers prepared on September 30, 2021

Posted by Dennis Akpenyi <de...@gmail.com>.
+1 non-binding

On Mon 4. Oct 2021 at 20:41 Kaxil Naik <ka...@gmail.com> wrote:

> +1 (binding)
>
> On Mon, Oct 4, 2021 at 11:48 PM Jed Cunningham <je...@astronomer.io.invalid>
> wrote:
>
>> +1 (non-binding)
>>
>> On Mon, Oct 4, 2021 at 4:48 AM Elad Kalif <el...@apache.org> wrote:
>>
>>> +1 (binding)
>>>
>>> On Sun, Oct 3, 2021 at 8:20 PM Josh Fell
>>> <jo...@astronomer.io.invalid> wrote:
>>>
>>>> +1 (non-binding)
>>>> Verified a few bug fixes and regression tested with a variety of DAGs.
>>>>
>>>> On Thu, Sep 30, 2021 at 9:40 AM Jarek Potiuk <ja...@potiuk.com> wrote:
>>>>
>>>>> Hey all,
>>>>>
>>>>> I have just cut the new wave Airflow Providers packages. This email is
>>>>> calling a vote on the release,
>>>>> which will last for 72 hours + 1 day for the weekend - which means
>>>>> that it will end on Mon  4 Oct 15:35:28 CEST 2021.
>>>>>
>>>>> Consider this my (binding) +1.
>>>>>
>>>>> Overview of the wave of providers:
>>>>>
>>>>> * We have regular releases with features and bugfixes
>>>>> * There is one new provider - Influxdb.
>>>>> * There is a release of Docker Provider that contains new
>>>>> "task.docker" decorator which will be used in 2.2 only and it is needed to
>>>>> release Airflow 2.2 and make use of the decorator.
>>>>>
>>>>> Airflow Providers are available at:
>>>>> https://dist.apache.org/repos/dist/dev/airflow/providers/
>>>>>
>>>>> *apache-airflow-providers-<PROVIDER>-*-bin.tar.gz* are the binary
>>>>>  Python "sdist" release - they are also official "sources" for the
>>>>> provider packages.
>>>>>
>>>>> *apache_airflow_providers_<PROVIDER>-*.whl are the binary
>>>>>  Python "wheel" release.
>>>>>
>>>>> The test procedure for PMC members who would like to test the RC
>>>>> candidates are described in
>>>>>
>>>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-by-pmc-members
>>>>>
>>>>> and for Contributors:
>>>>>
>>>>>
>>>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-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/18638
>>>>>
>>>>> You can find packages as well as detailed changelog following the
>>>>> below links:
>>>>>
>>>>> https://pypi.org/project/apache-airflow-providers-amazon/2.3.0rc1/
>>>>>
>>>>> https://pypi.org/project/apache-airflow-providers-apache-cassandra/2.1.0rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-apache-hdfs/2.1.1rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-celery/2.1.0rc1/
>>>>>
>>>>> https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/2.0.3rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-databricks/2.0.2rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-docker/2.2.0rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-google/6.0.0rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-hashicorp/2.1.1rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-influxdb/1.0.0rc1/
>>>>>
>>>>> https://pypi.org/project/apache-airflow-providers-microsoft-azure/3.2.0rc1/
>>>>>
>>>>> https://pypi.org/project/apache-airflow-providers-microsoft-psrp/1.0.1rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-neo4j/2.0.2rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-papermill/2.1.0rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-postgres/2.3.0rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-slack/4.1.0rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-snowflake/2.2.0rc1/
>>>>> https://pypi.org/project/apache-airflow-providers-ssh/2.2.0rc1/
>>>>>
>>>>>
>>>>> Cheers,
>>>>> J.
>>>>>
>>>>> --
Dr. Dennis Akpenyi, Airflow Core Developer, Astronomer Inc.

Re: [VOTE] Airflow Providers prepared on September 30, 2021

Posted by Kaxil Naik <ka...@gmail.com>.
+1 (binding)

On Mon, Oct 4, 2021 at 11:48 PM Jed Cunningham <je...@astronomer.io.invalid>
wrote:

> +1 (non-binding)
>
> On Mon, Oct 4, 2021 at 4:48 AM Elad Kalif <el...@apache.org> wrote:
>
>> +1 (binding)
>>
>> On Sun, Oct 3, 2021 at 8:20 PM Josh Fell
>> <jo...@astronomer.io.invalid> wrote:
>>
>>> +1 (non-binding)
>>> Verified a few bug fixes and regression tested with a variety of DAGs.
>>>
>>> On Thu, Sep 30, 2021 at 9:40 AM Jarek Potiuk <ja...@potiuk.com> wrote:
>>>
>>>> Hey all,
>>>>
>>>> I have just cut the new wave Airflow Providers packages. This email is
>>>> calling a vote on the release,
>>>> which will last for 72 hours + 1 day for the weekend - which means that
>>>> it will end on Mon  4 Oct 15:35:28 CEST 2021.
>>>>
>>>> Consider this my (binding) +1.
>>>>
>>>> Overview of the wave of providers:
>>>>
>>>> * We have regular releases with features and bugfixes
>>>> * There is one new provider - Influxdb.
>>>> * There is a release of Docker Provider that contains new "task.docker"
>>>> decorator which will be used in 2.2 only and it is needed to release
>>>> Airflow 2.2 and make use of the decorator.
>>>>
>>>> Airflow Providers are available at:
>>>> https://dist.apache.org/repos/dist/dev/airflow/providers/
>>>>
>>>> *apache-airflow-providers-<PROVIDER>-*-bin.tar.gz* are the binary
>>>>  Python "sdist" release - they are also official "sources" for the
>>>> provider packages.
>>>>
>>>> *apache_airflow_providers_<PROVIDER>-*.whl are the binary
>>>>  Python "wheel" release.
>>>>
>>>> The test procedure for PMC members who would like to test the RC
>>>> candidates are described in
>>>>
>>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-by-pmc-members
>>>>
>>>> and for Contributors:
>>>>
>>>>
>>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-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/18638
>>>>
>>>> You can find packages as well as detailed changelog following the below
>>>> links:
>>>>
>>>> https://pypi.org/project/apache-airflow-providers-amazon/2.3.0rc1/
>>>>
>>>> https://pypi.org/project/apache-airflow-providers-apache-cassandra/2.1.0rc1/
>>>> https://pypi.org/project/apache-airflow-providers-apache-hdfs/2.1.1rc1/
>>>> https://pypi.org/project/apache-airflow-providers-celery/2.1.0rc1/
>>>>
>>>> https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/2.0.3rc1/
>>>> https://pypi.org/project/apache-airflow-providers-databricks/2.0.2rc1/
>>>> https://pypi.org/project/apache-airflow-providers-docker/2.2.0rc1/
>>>> https://pypi.org/project/apache-airflow-providers-google/6.0.0rc1/
>>>> https://pypi.org/project/apache-airflow-providers-hashicorp/2.1.1rc1/
>>>> https://pypi.org/project/apache-airflow-providers-influxdb/1.0.0rc1/
>>>>
>>>> https://pypi.org/project/apache-airflow-providers-microsoft-azure/3.2.0rc1/
>>>>
>>>> https://pypi.org/project/apache-airflow-providers-microsoft-psrp/1.0.1rc1/
>>>> https://pypi.org/project/apache-airflow-providers-neo4j/2.0.2rc1/
>>>> https://pypi.org/project/apache-airflow-providers-papermill/2.1.0rc1/
>>>> https://pypi.org/project/apache-airflow-providers-postgres/2.3.0rc1/
>>>> https://pypi.org/project/apache-airflow-providers-slack/4.1.0rc1/
>>>> https://pypi.org/project/apache-airflow-providers-snowflake/2.2.0rc1/
>>>> https://pypi.org/project/apache-airflow-providers-ssh/2.2.0rc1/
>>>>
>>>>
>>>> Cheers,
>>>> J.
>>>>
>>>>

Re: [VOTE] Airflow Providers prepared on September 30, 2021

Posted by Jed Cunningham <je...@astronomer.io.INVALID>.
+1 (non-binding)

On Mon, Oct 4, 2021 at 4:48 AM Elad Kalif <el...@apache.org> wrote:

> +1 (binding)
>
> On Sun, Oct 3, 2021 at 8:20 PM Josh Fell <jo...@astronomer.io.invalid>
> wrote:
>
>> +1 (non-binding)
>> Verified a few bug fixes and regression tested with a variety of DAGs.
>>
>> On Thu, Sep 30, 2021 at 9:40 AM Jarek Potiuk <ja...@potiuk.com> wrote:
>>
>>> Hey all,
>>>
>>> I have just cut the new wave Airflow Providers packages. This email is
>>> calling a vote on the release,
>>> which will last for 72 hours + 1 day for the weekend - which means that
>>> it will end on Mon  4 Oct 15:35:28 CEST 2021.
>>>
>>> Consider this my (binding) +1.
>>>
>>> Overview of the wave of providers:
>>>
>>> * We have regular releases with features and bugfixes
>>> * There is one new provider - Influxdb.
>>> * There is a release of Docker Provider that contains new "task.docker"
>>> decorator which will be used in 2.2 only and it is needed to release
>>> Airflow 2.2 and make use of the decorator.
>>>
>>> Airflow Providers are available at:
>>> https://dist.apache.org/repos/dist/dev/airflow/providers/
>>>
>>> *apache-airflow-providers-<PROVIDER>-*-bin.tar.gz* are the binary
>>>  Python "sdist" release - they are also official "sources" for the
>>> provider packages.
>>>
>>> *apache_airflow_providers_<PROVIDER>-*.whl are the binary
>>>  Python "wheel" release.
>>>
>>> The test procedure for PMC members who would like to test the RC
>>> candidates are described in
>>>
>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-by-pmc-members
>>>
>>> and for Contributors:
>>>
>>>
>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-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/18638
>>>
>>> You can find packages as well as detailed changelog following the below
>>> links:
>>>
>>> https://pypi.org/project/apache-airflow-providers-amazon/2.3.0rc1/
>>>
>>> https://pypi.org/project/apache-airflow-providers-apache-cassandra/2.1.0rc1/
>>> https://pypi.org/project/apache-airflow-providers-apache-hdfs/2.1.1rc1/
>>> https://pypi.org/project/apache-airflow-providers-celery/2.1.0rc1/
>>>
>>> https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/2.0.3rc1/
>>> https://pypi.org/project/apache-airflow-providers-databricks/2.0.2rc1/
>>> https://pypi.org/project/apache-airflow-providers-docker/2.2.0rc1/
>>> https://pypi.org/project/apache-airflow-providers-google/6.0.0rc1/
>>> https://pypi.org/project/apache-airflow-providers-hashicorp/2.1.1rc1/
>>> https://pypi.org/project/apache-airflow-providers-influxdb/1.0.0rc1/
>>>
>>> https://pypi.org/project/apache-airflow-providers-microsoft-azure/3.2.0rc1/
>>>
>>> https://pypi.org/project/apache-airflow-providers-microsoft-psrp/1.0.1rc1/
>>> https://pypi.org/project/apache-airflow-providers-neo4j/2.0.2rc1/
>>> https://pypi.org/project/apache-airflow-providers-papermill/2.1.0rc1/
>>> https://pypi.org/project/apache-airflow-providers-postgres/2.3.0rc1/
>>> https://pypi.org/project/apache-airflow-providers-slack/4.1.0rc1/
>>> https://pypi.org/project/apache-airflow-providers-snowflake/2.2.0rc1/
>>> https://pypi.org/project/apache-airflow-providers-ssh/2.2.0rc1/
>>>
>>>
>>> Cheers,
>>> J.
>>>
>>>

Re: [VOTE] Airflow Providers prepared on September 30, 2021

Posted by Elad Kalif <el...@apache.org>.
+1 (binding)

On Sun, Oct 3, 2021 at 8:20 PM Josh Fell <jo...@astronomer.io.invalid>
wrote:

> +1 (non-binding)
> Verified a few bug fixes and regression tested with a variety of DAGs.
>
> On Thu, Sep 30, 2021 at 9:40 AM Jarek Potiuk <ja...@potiuk.com> wrote:
>
>> Hey all,
>>
>> I have just cut the new wave Airflow Providers packages. This email is
>> calling a vote on the release,
>> which will last for 72 hours + 1 day for the weekend - which means that
>> it will end on Mon  4 Oct 15:35:28 CEST 2021.
>>
>> Consider this my (binding) +1.
>>
>> Overview of the wave of providers:
>>
>> * We have regular releases with features and bugfixes
>> * There is one new provider - Influxdb.
>> * There is a release of Docker Provider that contains new "task.docker"
>> decorator which will be used in 2.2 only and it is needed to release
>> Airflow 2.2 and make use of the decorator.
>>
>> Airflow Providers are available at:
>> https://dist.apache.org/repos/dist/dev/airflow/providers/
>>
>> *apache-airflow-providers-<PROVIDER>-*-bin.tar.gz* are the binary
>>  Python "sdist" release - they are also official "sources" for the
>> provider packages.
>>
>> *apache_airflow_providers_<PROVIDER>-*.whl are the binary
>>  Python "wheel" release.
>>
>> The test procedure for PMC members who would like to test the RC
>> candidates are described in
>>
>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-by-pmc-members
>>
>> and for Contributors:
>>
>>
>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-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/18638
>>
>> You can find packages as well as detailed changelog following the below
>> links:
>>
>> https://pypi.org/project/apache-airflow-providers-amazon/2.3.0rc1/
>>
>> https://pypi.org/project/apache-airflow-providers-apache-cassandra/2.1.0rc1/
>> https://pypi.org/project/apache-airflow-providers-apache-hdfs/2.1.1rc1/
>> https://pypi.org/project/apache-airflow-providers-celery/2.1.0rc1/
>>
>> https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/2.0.3rc1/
>> https://pypi.org/project/apache-airflow-providers-databricks/2.0.2rc1/
>> https://pypi.org/project/apache-airflow-providers-docker/2.2.0rc1/
>> https://pypi.org/project/apache-airflow-providers-google/6.0.0rc1/
>> https://pypi.org/project/apache-airflow-providers-hashicorp/2.1.1rc1/
>> https://pypi.org/project/apache-airflow-providers-influxdb/1.0.0rc1/
>>
>> https://pypi.org/project/apache-airflow-providers-microsoft-azure/3.2.0rc1/
>> https://pypi.org/project/apache-airflow-providers-microsoft-psrp/1.0.1rc1/
>> https://pypi.org/project/apache-airflow-providers-neo4j/2.0.2rc1/
>> https://pypi.org/project/apache-airflow-providers-papermill/2.1.0rc1/
>> https://pypi.org/project/apache-airflow-providers-postgres/2.3.0rc1/
>> https://pypi.org/project/apache-airflow-providers-slack/4.1.0rc1/
>> https://pypi.org/project/apache-airflow-providers-snowflake/2.2.0rc1/
>> https://pypi.org/project/apache-airflow-providers-ssh/2.2.0rc1/
>>
>>
>> Cheers,
>> J.
>>
>>

Re: [VOTE] Airflow Providers prepared on September 30, 2021

Posted by Josh Fell <jo...@astronomer.io.INVALID>.
+1 (non-binding)
Verified a few bug fixes and regression tested with a variety of DAGs.

On Thu, Sep 30, 2021 at 9:40 AM Jarek Potiuk <ja...@potiuk.com> wrote:

> Hey all,
>
> I have just cut the new wave Airflow Providers packages. This email is
> calling a vote on the release,
> which will last for 72 hours + 1 day for the weekend - which means that it
> will end on Mon  4 Oct 15:35:28 CEST 2021.
>
> Consider this my (binding) +1.
>
> Overview of the wave of providers:
>
> * We have regular releases with features and bugfixes
> * There is one new provider - Influxdb.
> * There is a release of Docker Provider that contains new "task.docker"
> decorator which will be used in 2.2 only and it is needed to release
> Airflow 2.2 and make use of the decorator.
>
> Airflow Providers are available at:
> https://dist.apache.org/repos/dist/dev/airflow/providers/
>
> *apache-airflow-providers-<PROVIDER>-*-bin.tar.gz* are the binary
>  Python "sdist" release - they are also official "sources" for the
> provider packages.
>
> *apache_airflow_providers_<PROVIDER>-*.whl are the binary
>  Python "wheel" release.
>
> The test procedure for PMC members who would like to test the RC
> candidates are described in
>
> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-by-pmc-members
>
> and for Contributors:
>
>
> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-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/18638
>
> You can find packages as well as detailed changelog following the below
> links:
>
> https://pypi.org/project/apache-airflow-providers-amazon/2.3.0rc1/
>
> https://pypi.org/project/apache-airflow-providers-apache-cassandra/2.1.0rc1/
> https://pypi.org/project/apache-airflow-providers-apache-hdfs/2.1.1rc1/
> https://pypi.org/project/apache-airflow-providers-celery/2.1.0rc1/
> https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/2.0.3rc1/
> https://pypi.org/project/apache-airflow-providers-databricks/2.0.2rc1/
> https://pypi.org/project/apache-airflow-providers-docker/2.2.0rc1/
> https://pypi.org/project/apache-airflow-providers-google/6.0.0rc1/
> https://pypi.org/project/apache-airflow-providers-hashicorp/2.1.1rc1/
> https://pypi.org/project/apache-airflow-providers-influxdb/1.0.0rc1/
> https://pypi.org/project/apache-airflow-providers-microsoft-azure/3.2.0rc1/
> https://pypi.org/project/apache-airflow-providers-microsoft-psrp/1.0.1rc1/
> https://pypi.org/project/apache-airflow-providers-neo4j/2.0.2rc1/
> https://pypi.org/project/apache-airflow-providers-papermill/2.1.0rc1/
> https://pypi.org/project/apache-airflow-providers-postgres/2.3.0rc1/
> https://pypi.org/project/apache-airflow-providers-slack/4.1.0rc1/
> https://pypi.org/project/apache-airflow-providers-snowflake/2.2.0rc1/
> https://pypi.org/project/apache-airflow-providers-ssh/2.2.0rc1/
>
>
> Cheers,
> J.
>
>