Re: [VOTE] Airflow Providers prepared on March 26, 2025

2025-03-30 Thread Jarek Potiuk
+1 binding. Checked signatures, licences, checksums, reproducibility, all
my changes are in, the distribution packages look good :)

On Fri, Mar 28, 2025 at 7:37 AM Amogh Desai 
wrote:

> +1 non binding.
>
> Tested my set of example DAGs and my changes:
>
> CI fixes:
> https://github.com/apache/airflow/pull/48226
>
> There are a couple of recursive changes due to
> https://github.com/apache/airflow/pull/47339.
> These changes are mainly changes made to the tests of the providers to
> adjust the changes made in the linked PR.
>
> Regular changes
> https://github.com/apache/airflow/pull/47548
> https://github.com/apache/airflow/pull/48098
> https://github.com/apache/airflow/pull/47996
>
> These seem to work as expected, i do not see any regressions in some
> functional tests i've run
>
>
> Thanks & Regards,
> Amogh Desai
>
>
> On Thu, Mar 27, 2025 at 5:59 AM Gupta, Arunav 
> wrote:
>
> > -1 for Amazon providers. We're still waiting for a few fixes to deploy
> > (ETA 3/31) that if not present will cause an outage for SageMaker Unified
> > Studio Workflows if this release candidate is deployed. We'd like to
> > exclude from this release, or possibly delay it until Tuesday next week.
> >
> > Thanks,
> > Arunav
> >
> > On 3/26/25, 6:45 PM, "Jens Scheffler"  > j_scheff...@gmx.de.inva>LID> wrote:
> >
> >
> > CAUTION: This email originated from outside of the organization. Do not
> > click links or open attachments unless you can confirm the sender and
> know
> > the content is safe.
> >
> >
> >
> >
> >
> >
> > +1 (binding) - Checked SVN, Check in Docker, Reproducible package build,
> > Licenses, Signatures
> >
> >
> > On 26.03.25 14:04, Elad Kalif 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 - which means that it will end on March
> 29,
> > > 2025 13:00 PM 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/ <
> > https://dist.apache.org/repos/dist/dev/airflow/providers/>
> > >
> > > *apache-airflow-providers--*.tar.gz* are the binary
> > > Python "sdist" release - they are also official "sources" for the
> > Provider
> > > distributions.
> > >
> > > *apache_airflow_providers_-*.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
> > <
> >
> 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
> > <
> >
> 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 <
> > 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/48395 <
> > https://github.com/apache/airflow/issues/48395>
> > >
> > > 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.5.0rc2/ <
> > https://pypi.org/project/apache-airflow-providers-amazon/9.5.0rc2/>
> > >
> https://pypi.org/project/apache-airflow-providers-apache-hive/9.0.4rc1/
> >  >
> > >
> https://pypi.org/project/apache-airflow-providers-apache-kafka/1.8.0rc1/
> > <
> https://pypi.org/project/apache-airflow-providers-apache-kafka/1.8.0rc1/>
> > >
> https://pypi.org/project/apache-airflow-providers-apache-kylin/3.8.2rc1/
> > <
> https://pypi.org/project/apache-airflow-providers-apache-kylin/3.8.2rc1/>
> > >
> https://pypi.org/project/apache-ai

Re: [VOTE] Airflow Providers prepared on March 26, 2025

2025-03-28 Thread Amogh Desai
+1 non binding.

Tested my set of example DAGs and my changes:

CI fixes:
https://github.com/apache/airflow/pull/48226

There are a couple of recursive changes due to
https://github.com/apache/airflow/pull/47339.
These changes are mainly changes made to the tests of the providers to
adjust the changes made in the linked PR.

Regular changes
https://github.com/apache/airflow/pull/47548
https://github.com/apache/airflow/pull/48098
https://github.com/apache/airflow/pull/47996

These seem to work as expected, i do not see any regressions in some
functional tests i've run


Thanks & Regards,
Amogh Desai


On Thu, Mar 27, 2025 at 5:59 AM Gupta, Arunav 
wrote:

> -1 for Amazon providers. We're still waiting for a few fixes to deploy
> (ETA 3/31) that if not present will cause an outage for SageMaker Unified
> Studio Workflows if this release candidate is deployed. We'd like to
> exclude from this release, or possibly delay it until Tuesday next week.
>
> Thanks,
> Arunav
>
> On 3/26/25, 6:45 PM, "Jens Scheffler"  j_scheff...@gmx.de.inva>LID> wrote:
>
>
> CAUTION: This email originated from outside of the organization. Do not
> click links or open attachments unless you can confirm the sender and know
> the content is safe.
>
>
>
>
>
>
> +1 (binding) - Checked SVN, Check in Docker, Reproducible package build,
> Licenses, Signatures
>
>
> On 26.03.25 14:04, Elad Kalif 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 - which means that it will end on March 29,
> > 2025 13:00 PM 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/ <
> https://dist.apache.org/repos/dist/dev/airflow/providers/>
> >
> > *apache-airflow-providers--*.tar.gz* are the binary
> > Python "sdist" release - they are also official "sources" for the
> Provider
> > distributions.
> >
> > *apache_airflow_providers_-*.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
> <
> 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
> <
> 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 <
> 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/48395 <
> https://github.com/apache/airflow/issues/48395>
> >
> > 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.5.0rc2/ <
> https://pypi.org/project/apache-airflow-providers-amazon/9.5.0rc2/>
> > https://pypi.org/project/apache-airflow-providers-apache-hive/9.0.4rc1/
> 
> > https://pypi.org/project/apache-airflow-providers-apache-kafka/1.8.0rc1/
> 
> > https://pypi.org/project/apache-airflow-providers-apache-kylin/3.8.2rc1/
> 
> > https://pypi.org/project/apache-airflow-providers-apache-spark/5.1.1rc1/
> 
> > https://pypi.org/project/apache-airflow-providers-apprise/2.0.2rc1/ <
> https://pypi.org/project/apache-airflow-providers-apprise/2.0.2rc1/>
> >
> https://pypi.org/project/apache-airflow-providers-atlassian-jira/3.0.2rc1/
> <
> https://pypi.org/project/apache-airflow-providers-atlassian-jira/3.0.2rc1/
> >
> > https://pypi.org/project/apache-airflow-pr

Re: [VOTE] Airflow Providers prepared on March 26, 2025

2025-03-26 Thread Gupta, Arunav
-1 for Amazon providers. We're still waiting for a few fixes to deploy (ETA 
3/31) that if not present will cause an outage for SageMaker Unified Studio 
Workflows if this release candidate is deployed. We'd like to exclude from this 
release, or possibly delay it until Tuesday next week.

Thanks,
Arunav

On 3/26/25, 6:45 PM, "Jens Scheffler" mailto:j_scheff...@gmx.de.inva>LID> wrote:


CAUTION: This email originated from outside of the organization. Do not click 
links or open attachments unless you can confirm the sender and know the 
content is safe.






+1 (binding) - Checked SVN, Check in Docker, Reproducible package build,
Licenses, Signatures


On 26.03.25 14:04, Elad Kalif 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 - which means that it will end on March 29,
> 2025 13:00 PM 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--*.tar.gz* are the binary
> Python "sdist" release - they are also official "sources" for the Provider
> distributions.
>
> *apache_airflow_providers_-*.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/48395 
> 
>
> 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.5.0rc2/ 
> 
> https://pypi.org/project/apache-airflow-providers-apache-hive/9.0.4rc1/ 
> 
> https://pypi.org/project/apache-airflow-providers-apache-kafka/1.8.0rc1/ 
> 
> https://pypi.org/project/apache-airflow-providers-apache-kylin/3.8.2rc1/ 
> 
> https://pypi.org/project/apache-airflow-providers-apache-spark/5.1.1rc1/ 
> 
> https://pypi.org/project/apache-airflow-providers-apprise/2.0.2rc1/ 
> 
> https://pypi.org/project/apache-airflow-providers-atlassian-jira/3.0.2rc1/ 
> 
> https://pypi.org/project/apache-airflow-providers-celery/3.10.4rc1/ 
> 
> https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/10.4.0rc1/ 
> 
> https://pypi.org/project/apache-airflow-providers-common-compat/1.6.0rc1/ 
> 
> https://pypi.org/project/apache-airflow-providers-common-io/1.5.2rc1/ 
> 
> https://pypi.org/project/apache-airflow-providers-common-sql/1.24.1rc1/ 
> 
> https://pypi.org/project/apache-airflow-providers-databricks/7.2.2rc1/ 
> 

Re: [VOTE] Airflow Providers prepared on March 26, 2025

2025-03-26 Thread Jens Scheffler

+1 (binding) - Checked SVN, Check in Docker, Reproducible package build,
Licenses, Signatures

On 26.03.25 14:04, Elad Kalif 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 - which means that it will end on March 29,
2025 13:00 PM 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--*.tar.gz* are the binary
  Python "sdist" release - they are also official "sources" for the Provider
distributions.

*apache_airflow_providers_-*.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/48395

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.5.0rc2/
https://pypi.org/project/apache-airflow-providers-apache-hive/9.0.4rc1/
https://pypi.org/project/apache-airflow-providers-apache-kafka/1.8.0rc1/
https://pypi.org/project/apache-airflow-providers-apache-kylin/3.8.2rc1/
https://pypi.org/project/apache-airflow-providers-apache-spark/5.1.1rc1/
https://pypi.org/project/apache-airflow-providers-apprise/2.0.2rc1/
https://pypi.org/project/apache-airflow-providers-atlassian-jira/3.0.2rc1/
https://pypi.org/project/apache-airflow-providers-celery/3.10.4rc1/
https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/10.4.0rc1/
https://pypi.org/project/apache-airflow-providers-common-compat/1.6.0rc1/
https://pypi.org/project/apache-airflow-providers-common-io/1.5.2rc1/
https://pypi.org/project/apache-airflow-providers-common-sql/1.24.1rc1/
https://pypi.org/project/apache-airflow-providers-databricks/7.2.2rc1/
https://pypi.org/project/apache-airflow-providers-dbt-cloud/4.3.1rc1/
https://pypi.org/project/apache-airflow-providers-discord/3.9.4rc1/
https://pypi.org/project/apache-airflow-providers-docker/4.3.0rc1/
https://pypi.org/project/apache-airflow-providers-google/14.1.0rc1/
https://pypi.org/project/apache-airflow-providers-microsoft-azure/12.2.2rc1/
https://pypi.org/project/apache-airflow-providers-microsoft-winrm/3.9.2rc1/
https://pypi.org/project/apache-airflow-providers-openai/1.5.3rc1/
https://pypi.org/project/apache-airflow-providers-openlineage/2.1.2rc1/
https://pypi.org/project/apache-airflow-providers-opsgenie/5.8.3rc1/
https://pypi.org/project/apache-airflow-providers-pagerduty/4.0.3rc1/
https://pypi.org/project/apache-airflow-providers-presto/5.8.3rc1/
https://pypi.org/project/apache-airflow-providers-slack/9.0.3rc1/
https://pypi.org/project/apache-airflow-providers-smtp/2.0.2rc1/
https://pypi.org/project/apache-airflow-providers-standard/0.2.0rc1/
https://pypi.org/project/apache-airflow-providers-trino/6.1.1rc1/
https://pypi.org/project/apache-airflow-providers-yandex/4.0.3rc1/

Cheers,
Elad Kalif



-
To unsubscribe, e-mail: dev-unsubscr...@airflow.apache.org
For additional commands, e-mail: dev-h...@airflow.apache.org



[VOTE] Airflow Providers prepared on March 26, 2025

2025-03-26 Thread Elad Kalif
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 - which means that it will end on March 29,
2025 13:00 PM 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--*.tar.gz* are the binary
 Python "sdist" release - they are also official "sources" for the Provider
distributions.

*apache_airflow_providers_-*.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/48395

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.5.0rc2/
https://pypi.org/project/apache-airflow-providers-apache-hive/9.0.4rc1/
https://pypi.org/project/apache-airflow-providers-apache-kafka/1.8.0rc1/
https://pypi.org/project/apache-airflow-providers-apache-kylin/3.8.2rc1/
https://pypi.org/project/apache-airflow-providers-apache-spark/5.1.1rc1/
https://pypi.org/project/apache-airflow-providers-apprise/2.0.2rc1/
https://pypi.org/project/apache-airflow-providers-atlassian-jira/3.0.2rc1/
https://pypi.org/project/apache-airflow-providers-celery/3.10.4rc1/
https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/10.4.0rc1/
https://pypi.org/project/apache-airflow-providers-common-compat/1.6.0rc1/
https://pypi.org/project/apache-airflow-providers-common-io/1.5.2rc1/
https://pypi.org/project/apache-airflow-providers-common-sql/1.24.1rc1/
https://pypi.org/project/apache-airflow-providers-databricks/7.2.2rc1/
https://pypi.org/project/apache-airflow-providers-dbt-cloud/4.3.1rc1/
https://pypi.org/project/apache-airflow-providers-discord/3.9.4rc1/
https://pypi.org/project/apache-airflow-providers-docker/4.3.0rc1/
https://pypi.org/project/apache-airflow-providers-google/14.1.0rc1/
https://pypi.org/project/apache-airflow-providers-microsoft-azure/12.2.2rc1/
https://pypi.org/project/apache-airflow-providers-microsoft-winrm/3.9.2rc1/
https://pypi.org/project/apache-airflow-providers-openai/1.5.3rc1/
https://pypi.org/project/apache-airflow-providers-openlineage/2.1.2rc1/
https://pypi.org/project/apache-airflow-providers-opsgenie/5.8.3rc1/
https://pypi.org/project/apache-airflow-providers-pagerduty/4.0.3rc1/
https://pypi.org/project/apache-airflow-providers-presto/5.8.3rc1/
https://pypi.org/project/apache-airflow-providers-slack/9.0.3rc1/
https://pypi.org/project/apache-airflow-providers-smtp/2.0.2rc1/
https://pypi.org/project/apache-airflow-providers-standard/0.2.0rc1/
https://pypi.org/project/apache-airflow-providers-trino/6.1.1rc1/
https://pypi.org/project/apache-airflow-providers-yandex/4.0.3rc1/

Cheers,
Elad Kalif