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/03/03 14:29:09 UTC

[GitHub] [airflow] eladkal opened a new issue, #29901: Status of testing Providers that were prepared on March 03, 2023

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

   ### 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 [amazon: 7.3.0rc1](https://pypi.org/project/apache-airflow-providers-amazon/7.3.0rc1)
      - [ ] [add num rows affected to Redshift Data API hook (#29797)](https://github.com/apache/airflow/pull/29797): @yehoshuadimarsky
      - [ ] [Add `wait_for_completion` param in `RedshiftCreateClusterOperator` (#29657)](https://github.com/apache/airflow/pull/29657): @pankajastro
      - [ ] [Add Amazon Redshift-data to S3<>RS Transfer Operators (#27947)](https://github.com/apache/airflow/pull/27947): @yehoshuadimarsky
      - [ ] [Allow to specify which connection, variable or config are being looked up in the backend using *_lookup_pattern parameters (#29580)](https://github.com/apache/airflow/pull/29580): @vincbeck
      - [ ] [Implement file credentials provider for AWS hook AssumeRoleWithWebIdentity (#29623)](https://github.com/apache/airflow/pull/29623): @pgagnon
      - [ ] [Implement custom boto waiters for some EMR operators (#29822)](https://github.com/apache/airflow/pull/29822): @ferruzzi
      - [ ] [fix code checking job names in sagemaker (#29245)](https://github.com/apache/airflow/pull/29245): @vandonr-amz
      - [ ] [Avoid including fallback message for S3TaskHandler if streaming logs (#29708)](https://github.com/apache/airflow/pull/29708): @pdebelak
      - [ ] [Use waiters in ECS Operators instead of inner sensors (#29761)](https://github.com/apache/airflow/pull/29761): @Taragolis
      - [ ] [Impovements for RedshiftDataOperator (#29434)](https://github.com/apache/airflow/pull/29434): @LMnet
      - [ ] [Standardize AWS lambda naming (#29749)](https://github.com/apache/airflow/pull/29749): @eladkal
      - [ ] [AWS Glue job hook: Make s3_bucket parameter optional (#29659)](https://github.com/apache/airflow/pull/29659): @romibuzi
      - [ ] [`RedshiftDataOperator` replace `await_result` with `wait_for_completion` (#29633)](https://github.com/apache/airflow/pull/29633): @eladkal
   ## Provider [apache.flink: 1.0.1rc1](https://pypi.org/project/apache-airflow-providers-apache-flink/1.0.1rc1)
      - [ ] [Make cncf.kubernetes required for flink provider (#29710)](https://github.com/apache/airflow/pull/29710): @potiuk
   ## Provider [apache.livy: 3.3.0rc1](https://pypi.org/project/apache-airflow-providers-apache-livy/3.3.0rc1)
      - [ ] [Add Livy Operator with deferrable mode (#29047)](https://github.com/apache/airflow/pull/29047): @sunank200
   ## Provider [atlassian.jira: 2.0.1rc1](https://pypi.org/project/apache-airflow-providers-atlassian-jira/2.0.1rc1)
      - [ ] [Handle `jira_method_args` in JiraOperator when not provided (#29741)](https://github.com/apache/airflow/pull/29741): @josh-fell
   ## Provider [cncf.kubernetes: 5.2.2rc1](https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/5.2.2rc1)
      - [ ] [`KubernetesPodOperator._render_nested_template_fields` improved by changing the conditionals for a map (#29760)](https://github.com/apache/airflow/pull/29760): @jose-lpa
   ## Provider [common.sql: 1.3.4rc1](https://pypi.org/project/apache-airflow-providers-common-sql/1.3.4rc1)
      - [ ] [fix do_xcom_push=False bug in SnowflakeOperator (#29599)](https://github.com/apache/airflow/pull/29599): @fritz-astronomer
   ## Provider [dbt.cloud: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-dbt-cloud/3.1.0rc1)
      - [ ] [Add `DbtCloudJobRunAsyncSensor` (#29695)](https://github.com/apache/airflow/pull/29695): @phanikumv
   ## Provider [github: 2.2.1rc1](https://pypi.org/project/apache-airflow-providers-github/2.2.1rc1)
      - [ ] [Handle `github_method_args` in GithubOperator when not provided (#29699)](https://github.com/apache/airflow/pull/29699): @josh-fell
   ## Provider [google: 8.11.0rc1](https://pypi.org/project/apache-airflow-providers-google/8.11.0rc1)
      - [ ] [Add deferrable mode to BigQueryTablePartitionExistenceSensor. (#29735)](https://github.com/apache/airflow/pull/29735): @bkossakowska
      - [ ] [Add a new param for BigQuery operators to support additional actions when resource exists (#29394)](https://github.com/apache/airflow/pull/29394): @hussein-awala
      - [ ] [Add deferrable mode to DataprocInstantiateWorkflowTemplateOperator (#28618)](https://github.com/apache/airflow/pull/28618): @bkossakowska
      - [ ] [Dataproc batches (#29136)](https://github.com/apache/airflow/pull/29136): @kristopherkane
      - [ ] [Add `CloudSQLCloneInstanceOperator` (#29726)](https://github.com/apache/airflow/pull/29726): @FloMom
      - [ ] [GCSToGCSOperator: Fix 'NoneType' object is not subscriptable. (#29820)](https://github.com/apache/airflow/pull/29820): @wiktorn
      - [ ] [Fix and augment `check-for-inclusive-language` CI check (#29549)](https://github.com/apache/airflow/pull/29549): @josh-fell
      - [ ] [Don't push secret in XCOM in BigQueryCreateDataTransferOperator (#29348)](https://github.com/apache/airflow/pull/29348): @pankajastro
      - [ ] [Google Cloud Providers - Introduce GoogleCloudBaseOperator (#29680)](https://github.com/apache/airflow/pull/29680): @IKholopov
      - [ ] [Update google cloud dlp package and adjust hook and operators (#29234)](https://github.com/apache/airflow/pull/29234): @lwyszomi
      - [ ] [Refactor Dataproc Trigger (#29364)](https://github.com/apache/airflow/pull/29364): @pankajastro
      - [ ] [Remove <2.0.0 limit on google-cloud-bigtable (#29644)](https://github.com/apache/airflow/pull/29644): @r-richmond
      - [ ] [Move help message to the google auth code (#29888)](https://github.com/apache/airflow/pull/29888): @potiuk
   ## Provider [hashicorp: 3.3.0rc1](https://pypi.org/project/apache-airflow-providers-hashicorp/3.3.0rc1)
      - [ ] [Support multiple mount points in Vault backend secret (#29734)](https://github.com/apache/airflow/pull/29734): @hussein-awala
   ## Provider [mysql: 4.0.2rc1](https://pypi.org/project/apache-airflow-providers-mysql/4.0.2rc1)
      - [ ] [Use MariaDB client binaries in arm64 image for support MySQL backend (#29519)](https://github.com/apache/airflow/pull/29519): @Taragolis
   ## Provider [sftp: 4.2.4rc1](https://pypi.org/project/apache-airflow-providers-sftp/4.2.4rc1)
      - [ ] [Fix SFTPSensor when using newer_than and there are multiple matched files (#29794)](https://github.com/apache/airflow/pull/29794): @hussein-awala
   ## Provider [ssh: 3.5.0rc1](https://pypi.org/project/apache-airflow-providers-ssh/3.5.0rc1)
      - [ ] [SSH Provider: Add cmd_timeout to ssh connection extra (#29347)](https://github.com/apache/airflow/pull/29347): @Aakcht
   ## Provider [telegram: 4.0.0rc1](https://pypi.org/project/apache-airflow-providers-telegram/4.0.0rc1)
      - [ ] [Updated Telegram Provider to ensure compatbility with >=20.0.0 (#28953)](https://github.com/apache/airflow/pull/28953): @maxnathaniel
   ## Provider [yandex: 3.3.0rc1](https://pypi.org/project/apache-airflow-providers-yandex/3.3.0rc1)
      - [ ] [support Yandex SDK feature "endpoint" (#29635)](https://github.com/apache/airflow/pull/29635): @s0neq
   
   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-by-contributors)
   
   
   All users involved in the PRs:
   @kristopherkane @sunank200 @LMnet @phanikumv @jose-lpa @pdebelak @ferruzzi @vincbeck @r-richmond @vandonr-amz @eladkal @wiktorn @maxnathaniel @pgagnon @hussein-awala @bkossakowska @Taragolis 
   @pankajastro @fritz-astronomer @romibuzi @josh-fell @lwyszomi @potiuk @s0neq @Aakcht @FloMom @IKholopov @yehoshuadimarsky
   
   
   ### 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] fritz-astronomer commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   Snowflake change has unit test coverage 👍 


-- 
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] vandonr-amz commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   all good for me as it's covered by a [system test](https://aws-mwaa.github.io/open-source/system-tests/dashboard.html) that's green


-- 
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 #29901: Status of testing Providers that were prepared on March 03, 2023

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

   @hussein-awala  I will cancel RC1 for hashicorp provider and will cut RC2 after the current vote


-- 
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] maxnathaniel commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   Provider [telegram: 4.0.0rc1](https://pypi.org/project/apache-airflow-providers-telegram/4.0.0rc1) works as expected 👍


-- 
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] IKholopov commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   #29680 is effectively a noop (for now) and it is working as expected :)


-- 
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 #29901: Status of testing Providers that were prepared on March 03, 2023

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

   Thank you everyone.
   Providers are released
   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] Taragolis commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   - https://github.com/apache/airflow/pull/29519, checked if system have  pre-installed client binaries for MySQL/MariaDB, than provider might be installed into the ARM. (note: Airflow on ARM is still experimental feature)
   - https://github.com/apache/airflow/pull/29761: Test locally, work as expected, and no problem with `aws_conn_id` which is not set to default one "aws-default". cc: @dominikhei this change fix problem that you described in #29504, if you would like, you also could test this Amazon Provider package


-- 
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] Aakcht commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   Tested #29347 for SSH provider 3.5.0rc1 - works as expected. Waiting for full release!


-- 
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] LMnet commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   #29434 has a unit test and also I use the same code locally in a while.


-- 
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 #29901: Status of testing Providers that were prepared on March 03, 2023

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

   > for the kubernetes the name of the feature is incorrect
   > 
   > `KubernetesPodOperator._render_nested_template_fields improved by changing the conditionals for a map (#29760): @jose-lpa`
   > 
   > ->
   > 
   > `KubernetesPodOperator._render_nested_template_fields improved by changing the conditionals (#29760): @jose-lpa`
   > 
   > ( there is no map )
   
   The release mechanism currently does not allow us to change the commit messages. Probably something we need to improve on in the future.
   Since this is only issue with the commit title and not with the actual functionality I see no reason why we can't continue with release of this package.


-- 
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 #29901: Status of testing Providers that were prepared on March 03, 2023

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


-- 
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 #29901: Status of testing Providers that were prepared on March 03, 2023

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

   * Checked [flink](https://github.com/apache/airflow/pull/29710) -> it has the right >= 5.1.0 requirement on cncf.kubernetes 👍 
   * Checked [google](https://github.com/apache/airflow/pull/29888) -> the constants from auth library are properly inlined 👍 
   
   Looks good.


-- 
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] kristopherkane commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   #29136 Has been tested with real Google Cloud resources successfully. 


-- 
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] raphaelauv commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   for the kubernetes the name of the feature is incorrect
   
   `KubernetesPodOperator._render_nested_template_fields improved by changing the conditionals for a map (#29760): @jose-lpa`
   
   ->
   
   `KubernetesPodOperator._render_nested_template_fields improved by changing the conditionals (#29760): @jose-lpa`
   
   ( there is no map )


-- 
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] josh-fell commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   #29741, #29699, and #29549  look good.
   Thanks for organizing @eladkal!


-- 
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] romibuzi commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   #29659 working as expected


-- 
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 #29901: Status of testing Providers that were prepared on March 03, 2023

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

   Provider [google: 8.11.0rc1](https://pypi.org/project/apache-airflow-providers-google/8.11.0rc1) : I tested #29394 and it works as expected.
   Provider [sftp: 4.2.4rc1](https://pypi.org/project/apache-airflow-providers-sftp/4.2.4rc1): Same for #29794.
   Provider [hashicorp: 3.3.0rc1](https://pypi.org/project/apache-airflow-providers-hashicorp/3.3.0rc1): I have tested #29734 and it works, but currently we should use the same variables, config and connections paths for all the mount points because there is a bug in the Vault secrets backend, I wonder if we can add #29908 to this release or we add it to the next one.


-- 
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] s0neq commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   Provider [yandex: 3.3.0rc1](https://pypi.org/project/apache-airflow-providers-yandex/3.3.0rc1) has been tested. all is 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] pankajastro commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   https://github.com/apache/airflow/pull/29657 https://github.com/apache/airflow/pull/29348 and https://github.com/apache/airflow/pull/29364 Looks good


-- 
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] pgagnon commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   #29623 working as expected.


-- 
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] pdebelak commented on issue #29901: Status of testing Providers that were prepared on March 03, 2023

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

   I checked `apache-airflow-providers-amazon` and the change in #29708 is working as expected.


-- 
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 #29901: Status of testing Providers that were prepared on March 03, 2023

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

   Contributors are also encouraged to cast non-binding vote in the [mailing list thread](https://lists.apache.org/thread/d6kmlnm9y19dk8lojkg0y9h8b2ffo7d5).


-- 
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