You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "eladkal (via GitHub)" <gi...@apache.org> on 2023/08/08 08:14:34 UTC

[GitHub] [airflow] eladkal opened a new issue, #33193: Status of testing Providers that were prepared on August 08, 2023

eladkal opened a new issue, #33193:
URL: https://github.com/apache/airflow/issues/33193

   ### Body
   
   
   I have a kind request for all the contributors to the latest provider packages release.
   Could you please help us to test the RC versions of the providers?
   
   Let us know in the comment, whether the issue is addressed.
   
   Those are providers that require testing as there were some substantial changes introduced:
   
   
   ## Provider [google: 10.6.0rc2](https://pypi.org/project/apache-airflow-providers-google/10.6.0rc2)
      - [ ] [openlineage, bigquery: add openlineage method support for BigQueryInsertJobOperator (#31293)](https://github.com/apache/airflow/pull/31293): @mobuchowski
      - [ ] [Add GCS Requester Pays bucket support to GCSToS3Operator (#32760)](https://github.com/apache/airflow/pull/32760): @hankehly
      - [ ] [Add system test and docs for CloudDataTransferServiceGCSToGCSOperator (#32960)](https://github.com/apache/airflow/pull/32960): @moiseenkov
      - [ ] [Add a new parameter to SQL operators to specify conn id field (#30784)](https://github.com/apache/airflow/pull/30784): @hussein-awala
      - [ ] [Fix names of resources in Datafusion system tests (#32855)](https://github.com/apache/airflow/pull/32855): @VladaZakharova
      - [ ] [Fix system test for MetastoreHivePartitionSensor (#32861)](https://github.com/apache/airflow/pull/32861): @moiseenkov
      - [ ] [Implement new way of checking 409 error for Datafusion pipeline (#33173)](https://github.com/apache/airflow/pull/33173): @VladaZakharova
   ## Provider [redis: 3.3.1rc2](https://pypi.org/project/apache-airflow-providers-redis/3.3.1rc2)
      - [ ] [Move redis subscribe to poke() method in Redis Sensor (#32984)](https://github.com/apache/airflow/pull/32984): @potiuk
      - [ ] [Fix oversubsription of Redis pubsub sensor (#33139)](https://github.com/apache/airflow/pull/33139): @potiuk
   
   The guidelines on how to test providers can be found in
   
   [Verify providers by contributors](https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-candidate-by-contributors)
   
   <!--
   
   NOTE TO RELEASE MANAGER:
   
   Please move here the providers that have doc-only changes or for which changes are trivial, and
   you could assess that they are OK. In case
   
   The providers are automatically installed on Airflow 2.3 and latest `main` during the CI, so we know they
   are installable. Also, all classes within the providers are imported during the CI run so we know all
   providers can be imported.
   
   -->
   
   All users involved in the PRs:
   @hussein-awala @mobuchowski @VladaZakharova @moiseenkov @hankehly @potiuk
   
   
   Previous RC1 track: https://github.com/apache/airflow/issues/33132
   
   ### Committer
   
   - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.


-- 
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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] eladkal commented on issue #33193: Status of testing Providers that were prepared on August 08, 2023

Posted by "eladkal (via GitHub)" <gi...@apache.org>.
eladkal commented on issue #33193:
URL: https://github.com/apache/airflow/issues/33193#issuecomment-1671080540

   Thank you everyone.
   Redis providers is released
   Google provider has been removed from the release and RC3 is expected shortly.
   I invite everyone to help improve providers for the next release, a list of open issues can be found [here](https://github.com/apache/airflow/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%3Aproviders).


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] eladkal commented on issue #33193: Status of testing Providers that were prepared on August 08, 2023

Posted by "eladkal (via GitHub)" <gi...@apache.org>.
eladkal commented on issue #33193:
URL: https://github.com/apache/airflow/issues/33193#issuecomment-1669134225

   Items that were reported as tested in RC1 are also marked as tested in RC2 but feel free to test again


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] hussein-awala commented on issue #33193: Status of testing Providers that were prepared on August 08, 2023

Posted by "hussein-awala (via GitHub)" <gi...@apache.org>.
hussein-awala commented on issue #33193:
URL: https://github.com/apache/airflow/issues/33193#issuecomment-1670421349

   I tested my change, it is useless without releasing the new version of common sql, but I took the opportunity to make sure that there is no breaking change with the old version of common sql.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] eladkal commented on issue #33193: Status of testing Providers that were prepared on August 08, 2023

Posted by "eladkal (via GitHub)" <gi...@apache.org>.
eladkal commented on issue #33193:
URL: https://github.com/apache/airflow/issues/33193#issuecomment-1669295359

   > May I know if we're going to include #33148 in this release? Thanks!
   
   It is included. Please check RC2 and let us know if resolved


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] moiseenkov commented on issue #33193: Status of testing Providers that were prepared on August 08, 2023

Posted by "moiseenkov (via GitHub)" <gi...@apache.org>.
moiseenkov commented on issue #33193:
URL: https://github.com/apache/airflow/issues/33193#issuecomment-1669286484

   Rechecked #32960 and #32861, they are working fine.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] Lee-W commented on issue #33193: Status of testing Providers that were prepared on August 08, 2023

Posted by "Lee-W (via GitHub)" <gi...@apache.org>.
Lee-W commented on issue #33193:
URL: https://github.com/apache/airflow/issues/33193#issuecomment-1669282012

   May I know if we're going to include https://github.com/apache/airflow/pull/33148 in this release? 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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk commented on issue #33193: Status of testing Providers that were prepared on August 08, 2023

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on issue #33193:
URL: https://github.com/apache/airflow/issues/33193#issuecomment-1669332070

   Checked the redis changes. They were already tested during integration tests we have, the code I added is there.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] eladkal closed issue #33193: Status of testing Providers that were prepared on August 08, 2023

Posted by "eladkal (via GitHub)" <gi...@apache.org>.
eladkal closed issue #33193: Status of testing Providers that were prepared on August 08, 2023
URL: https://github.com/apache/airflow/issues/33193


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org