potiuk opened a new issue #20615:
URL: https://github.com/apache/airflow/issues/20615


   ### Body
   
   I have a kind request for all the contributors to the latest provider 
packages release.
   Could you help us to test the RC versions of the providers and let us know 
in the comment,
   if the issue is addressed there.
   
   ## Providers that need testing
   
   Those are providers that require testing as there were some substantial 
changes introduced:
   
   ### Provider [amazon: 
2.6.0rc1](https://pypi.org/project/apache-airflow-providers-amazon/2.6.0rc1)
      - [ ] [Add aws_conn_id to DynamoDBToS3Operator 
(#20363)](https://github.com/apache/airflow/pull/20363): @pingzh
      - [ ] [Add two operators in AWS Providers: RedshiftResumeClusterOperator 
and RedshiftPauseClusterOperator 
(#19665)](https://github.com/apache/airflow/pull/19665): @dbarrundiag
      - [ ] [Added function in AWSAthenaHook to get s3 output query results 
file URI  (#20124)](https://github.com/apache/airflow/pull/20124): @subkanthi
      - [ ] [Add sensor for AWS Batch (#19850) 
(#19885)](https://github.com/apache/airflow/pull/19885): @yeshbash
      - [ ] [Add state details to EMR container failure reason 
(#19579)](https://github.com/apache/airflow/pull/19579): @Swalloow
      - [ ] [Add support to replace S3 file on MySqlToS3Operator 
(#20506)](https://github.com/apache/airflow/pull/20506): @mariotaddeucci
      - [ ] [Fix backwards compatibility issue in AWS provider's 
_get_credentials (#20463)](https://github.com/apache/airflow/pull/20463): 
@potiuk
      - [ ] [Fix deprecation messages after splitting redshift modules 
(#20366)](https://github.com/apache/airflow/pull/20366): @dstandish
      - [ ] [ECSOperator: fix KeyError on missing exitCode 
(#20264)](https://github.com/apache/airflow/pull/20264): @ssatia
      - [ ] [Bug fix in AWS glue operator when specifying the WorkerType & 
NumberOfWorkers (#19787)](https://github.com/apache/airflow/pull/19787): 
@Ritika-Singhal
   ### Provider [apache.beam: 
3.1.0rc1](https://pypi.org/project/apache-airflow-providers-apache-beam/3.1.0rc1)
      - [ ] [Use google cloud credentials when executing beam commands in 
subprocesses (#18992)](https://github.com/apache/airflow/pull/18992): 
@SamWheating
   ### Provider [apache.cassandra: 
2.1.0rc1](https://pypi.org/project/apache-airflow-providers-apache-cassandra/2.1.0rc1)
      - [ ] [Adding a default conn ID value for Apache Cassandra sensors 
(#18620)](https://github.com/apache/airflow/pull/18620): @josh-fell
   ### Provider [apache.druid: 
2.2.0rc1](https://pypi.org/project/apache-airflow-providers-apache-druid/2.2.0rc1)
      - [ ] [Add timeout parameter to druid operator so it can be used in hook 
(#19984)](https://github.com/apache/airflow/pull/19984): @piotrkmita
   ### Provider [apache.hdfs: 
2.2.0rc1](https://pypi.org/project/apache-airflow-providers-apache-hdfs/2.2.0rc1)
      - [ ] [hdfs provider: fix HA support for webhdfs 
(#19711)](https://github.com/apache/airflow/pull/19711): @Aakcht
   ### Provider [apache.hive: 
2.1.0rc1](https://pypi.org/project/apache-airflow-providers-apache-hive/2.1.0rc1)
      - [ ] [hive provider: restore HA support for metastore 
(#19777)](https://github.com/apache/airflow/pull/19777): @Aakcht
   ### Provider [apache.livy: 
2.1.0rc1](https://pypi.org/project/apache-airflow-providers-apache-livy/2.1.0rc1)
      - [ ] [Fetching and logging Livy session logs for LivyOperator 
(#17393)](https://github.com/apache/airflow/pull/17393): @sreenath-kamath
   ### Provider [apache.spark: 
2.0.3rc1](https://pypi.org/project/apache-airflow-providers-apache-spark/2.0.3rc1)
      - [ ] [Ensure Spark driver response is valid before setting UNKNOWN 
status (#19978)](https://github.com/apache/airflow/pull/19978): @PApostol
   ### Provider [asana: 
1.1.0rc1](https://pypi.org/project/apache-airflow-providers-asana/1.1.0rc1)
      - [ ] [Use built-in ``cached_property`` on Python 3.8 for Asana provider 
(#17597)](https://github.com/apache/airflow/pull/17597): @kaxil
   ### Provider [cncf.kubernetes: 
3.0.0rc1](https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/3.0.0rc1)
      - [ ] [Simplify ``KubernetesPodOperator`` 
(#19572)](https://github.com/apache/airflow/pull/19572): @dstandish
      - [ ] [Delete pods by default in KubernetesPodOperator 
(#20575)](https://github.com/apache/airflow/pull/20575): @dstandish
      - [ ] [Move pod_mutation_hook call from PodManager to 
KubernetesPodOperator (#20596)](https://github.com/apache/airflow/pull/20596): 
@dstandish
      - [ ] [Rename ``PodLauncher`` to ``PodManager`` 
(#20576)](https://github.com/apache/airflow/pull/20576): @dstandish
      - [ ] [Add config and context params to KubernetesHook 
(#19695)](https://github.com/apache/airflow/pull/19695): @dstandish
      - [ ] [Implement dry_run for KubernetesPodOperator 
(#20573)](https://github.com/apache/airflow/pull/20573): @dstandish
      - [ ] [Clarify docstring for `build_pod_request_obj` 
(#20574)](https://github.com/apache/airflow/pull/20574): @dstandish
      - [ ] [Fix Volume/VolumeMount KPO DeprecationWarning 
(#19726)](https://github.com/apache/airflow/pull/19726): @dimon222
   ### Provider [databricks: 
2.2.0rc1](https://pypi.org/project/apache-airflow-providers-databricks/2.2.0rc1)
      - [ ] [Add `wait_for_termination` option for Databricks Operators 
(#20536)](https://github.com/apache/airflow/pull/20536): @eskarimov
      - [ ] [Update connection object to cached_property in DatabricksHook 
(#20526)](https://github.com/apache/airflow/pull/20526): @josh-fell
      - [ ] [Remove `host` as an instance attr in `DatabricksHook` 
(#20540)](https://github.com/apache/airflow/pull/20540): @josh-fell
      - [ ] [Databricks: fix verification of Azure Managed Identity 
(#20550)](https://github.com/apache/airflow/pull/20550): @alexott
   ### Provider [docker: 
2.4.0rc1](https://pypi.org/project/apache-airflow-providers-docker/2.4.0rc1)
      - [ ] [Allow DockerOperator's image to be templated 
(#19997)](https://github.com/apache/airflow/pull/19997): @jedcunningham
   ### Provider [elasticsearch: 
2.1.0rc1](https://pypi.org/project/apache-airflow-providers-elasticsearch/2.1.0rc1)
      - [ ] [AIP 39: Documentation 
(#17552)](https://github.com/apache/airflow/pull/17552): @uranusjr
      - [ ] [Adds example showing the ES_hook 
(#17944)](https://github.com/apache/airflow/pull/17944): @frankcash
   ### Provider [exasol: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-exasol/2.0.1rc1)
      - [ ] [ExasolHook get_pandas_df does not return pandas dataframe but None 
(#17850)](https://github.com/apache/airflow/pull/17850): @Goodkat
   ### Provider [facebook: 
2.2.0rc1](https://pypi.org/project/apache-airflow-providers-facebook/2.2.0rc1)
      - [ ] [Providers facebook hook multiple account 
(#19377)](https://github.com/apache/airflow/pull/19377): @bugraoz93
   ### Provider [google: 
6.3.0rc1](https://pypi.org/project/apache-airflow-providers-google/6.3.0rc1)
      - [ ] [Add optional location to bigquery data transfer service (#15088) 
(#20221)](https://github.com/apache/airflow/pull/20221): @bradleybonitatibus
      - [ ] [Add Google Cloud Tasks how-to documentation 
(#20145)](https://github.com/apache/airflow/pull/20145): @kazanzhy
      - [ ] [Added example DAG for MSSQL to Google Cloud Storage (GCS) 
(#19873)](https://github.com/apache/airflow/pull/19873): @Bowrna
      - [ ] [Support regional GKE cluster 
(#18966)](https://github.com/apache/airflow/pull/18966): @mrkm4ntr
      - [ ] [Delete pods by default in KubernetesPodOperator 
(#20575)](https://github.com/apache/airflow/pull/20575): @dstandish
      - [ ] [Fixes for templates for PubSubCreateSubscriptionOperator 
(#20237)](https://github.com/apache/airflow/pull/20237): @kolban-google
      - [ ] [Fix missing get_backup method for Dataproc Metastore 
(#20326)](https://github.com/apache/airflow/pull/20326): @potiuk
      - [ ] [Fixed the minor typo 
(#19924)](https://github.com/apache/airflow/pull/19924): @mai-nakagawa
      - [ ] [Fix passing the gzip compression parameter on sftp_to_gcs 
(#20553)](https://github.com/apache/airflow/pull/20553): @qgallet
      - [ ] [switch to follow_redirects on httpx.get call in CloudSQL provider 
(#20239)](https://github.com/apache/airflow/pull/20239): @philipherrmann
      - [ ] [avoid deprecation warnings in BigQuery transfer operators 
(#20502)](https://github.com/apache/airflow/pull/20502): @eladkal
      - [ ] [Change download_video parameter to resourceName 
(#20528)](https://github.com/apache/airflow/pull/20528): @mishc9
      - [ ] [Fix various BigQuery to MSSQL/MySQL transfer issues 
(#20001)](https://github.com/apache/airflow/pull/20001): @jon-fearer
      - [ ] [Fix setting of project ID in provide_authorized_gcloud 
(#20428)](https://github.com/apache/airflow/pull/20428): @jobegrabber
      - [ ] [Move source_objects datatype check out of 
GCSToBigQueryOperator.__init__ 
(#20347)](https://github.com/apache/airflow/pull/20347): @josh-fell
      - [ ] [Organise S3 Classes in Amazon Provider 
(#20167)](https://github.com/apache/airflow/pull/20167): @KennyRich
      - [ ] [Providers facebook hook multiple account 
(#19377)](https://github.com/apache/airflow/pull/19377): @bugraoz93
      - [ ] [Remove deprecated method call (blob.download_as_string) 
(#20091)](https://github.com/apache/airflow/pull/20091): @kazanzhy
      - [ ] [Remove deprecated template_fields and add update tests (#19977) 
(#19991)](https://github.com/apache/airflow/pull/19991): @bradleybonitatibus
   ### Provider [hashicorp: 
2.1.1rc1](https://pypi.org/project/apache-airflow-providers-hashicorp/2.1.1rc1)
      - [ ] [Fixing Vault AppRole authentication with CONN_URI 
(#18064)](https://github.com/apache/airflow/pull/18064): @nathadfield
   ### Provider [http: 
2.0.2rc1](https://pypi.org/project/apache-airflow-providers-http/2.0.2rc1)
      - [ ] [Un-ignore DeprecationWarning 
(#20322)](https://github.com/apache/airflow/pull/20322): @uranusjr
   ### Provider [imap: 
2.1.0rc1](https://pypi.org/project/apache-airflow-providers-imap/2.1.0rc1)
      - [ ] [Allow setting port in IMAP Connection 
(#20440)](https://github.com/apache/airflow/pull/20440): @feluelle
   ### Provider [influxdb: 
1.1.0rc1](https://pypi.org/project/apache-airflow-providers-influxdb/1.1.0rc1)
      - [ ] [Add influxdb operator 
(#19356)](https://github.com/apache/airflow/pull/19356): @subkanthi
   ### Provider [jdbc: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-jdbc/2.0.1rc1)
      - [ ] [Fix type annotations in OracleOperator,  JdbcOperator, 
SqliteOperator (#17406)](https://github.com/apache/airflow/pull/17406): @shadrus
   ### Provider [jenkins: 
2.0.4rc1](https://pypi.org/project/apache-airflow-providers-jenkins/2.0.4rc1)
      - [ ] [Clean up JenkinsJobTriggerOperator 
(#19019)](https://github.com/apache/airflow/pull/19019): @xinbinhuang
   ### Provider [microsoft.azure: 
3.5.0rc1](https://pypi.org/project/apache-airflow-providers-microsoft-azure/3.5.0rc1)
      - [ ] [Azure: New sftp to wasb operator 
(#18877)](https://github.com/apache/airflow/pull/18877): @wolvery
      - [ ] [Removes InputRequired validation with azure extra 
(#20084)](https://github.com/apache/airflow/pull/20084): @potiuk
      - [ ] [Add operator link to monitor Azure Data Factory pipeline runs 
(#20207)](https://github.com/apache/airflow/pull/20207): @josh-fell
   ### Provider [microsoft.psrp: 
1.0.1rc1](https://pypi.org/project/apache-airflow-providers-microsoft-psrp/1.0.1rc1)
      - [ ] [Fix unexpected bug in exiting PSRPHook.client context manager 
(#18014)](https://github.com/apache/airflow/pull/18014): @malthe
   ### Provider [mongo: 
2.3.0rc1](https://pypi.org/project/apache-airflow-providers-mongo/2.3.0rc1)
      - [ ] [Fix: pin pymongo < 4.0.0 
(#20511)](https://github.com/apache/airflow/pull/20511): @ckljohn
      - [ ] [19223 - add mongo_db param to function doc string 
(#19280)](https://github.com/apache/airflow/pull/19280): @bhavaniravi
   ### Provider [neo4j: 
2.1.0rc1](https://pypi.org/project/apache-airflow-providers-neo4j/2.1.0rc1)
      - [ ] [Add template fields to neo4j operator 
(#20043)](https://github.com/apache/airflow/pull/20043): @subkanthi
   ### Provider [openfaas: 
2.0.0rc1](https://pypi.org/project/apache-airflow-providers-openfaas/2.0.0rc1)
      - [ ] [Auto-apply apply_default decorator 
(#15667)](https://github.com/apache/airflow/pull/15667): @ashb
   ### Provider [opsgenie: 
3.0.0rc1](https://pypi.org/project/apache-airflow-providers-opsgenie/3.0.0rc1)
      - [ ] [Add `OpsgenieCloseAlertOperator` 
(#20488)](https://github.com/apache/airflow/pull/20488): @eladkal
      - [ ] [Organize Opsgenie provider classes 
(#20454)](https://github.com/apache/airflow/pull/20454): @eladkal
      - [ ] [rewrite opsgenie alert hook with official python sdk, related 
issue #18641 (#20263)](https://github.com/apache/airflow/pull/20263): 
@pierrejeambrun
      - [ ] [Rename `OpsgenieAlertOperator` to `OpsgenieCreateAlertOperator` 
(#20514)](https://github.com/apache/airflow/pull/20514): @eladkal
   ### Provider [oracle: 
2.1.0rc1](https://pypi.org/project/apache-airflow-providers-oracle/2.1.0rc1)
      - [ ] [Add method 'callproc' on Oracle hook 
(#20072)](https://github.com/apache/airflow/pull/20072): @malthe
      - [ ] [The 'cx_Oracle' driver does support autocommit 
(#20085)](https://github.com/apache/airflow/pull/20085): @malthe
   ### Provider [pagerduty: 
2.1.0rc1](https://pypi.org/project/apache-airflow-providers-pagerduty/2.1.0rc1)
      - [ ] [Add standard hook fields to pagerdutyHook to make hook show up in 
UI (#18763)](https://github.com/apache/airflow/pull/18763): @GuidoTournois
      - [ ] [Make a separate hook for interacting with the Pagerduty Events API 
(#18784)](https://github.com/apache/airflow/pull/18784): @GuidoTournois
   ### Provider [papermill: 
2.2.0rc1](https://pypi.org/project/apache-airflow-providers-papermill/2.2.0rc1)
      - [ ] [Add support to specify kernel name in PapermillOperator 
(#20035)](https://github.com/apache/airflow/pull/20035): @minhthong582000
   ### Provider [postgres: 
2.4.0rc1](https://pypi.org/project/apache-airflow-providers-postgres/2.4.0rc1)
      - [ ] [19489 - Pass client_encoding for postgres connections 
(#19827)](https://github.com/apache/airflow/pull/19827): @subkanthi
      - [ ] [Amazon provider remove deprecation, second try 
(#19815)](https://github.com/apache/airflow/pull/19815): @uranusjr
   ### Provider [salesforce: 
3.4.0rc1](https://pypi.org/project/apache-airflow-providers-salesforce/3.4.0rc1)
      - [ ] [Do not require all extras for SalesforceHook 
(#19530)](https://github.com/apache/airflow/pull/19530): @alexbegg
   ### Provider [samba: 
3.0.1rc1](https://pypi.org/project/apache-airflow-providers-samba/3.0.1rc1)
      - [ ] [Handle leading slash in samba path 
(#18847)](https://github.com/apache/airflow/pull/18847): @fredthomsen
      - [ ] [Open src and dst in binary for samba copy 
(#18752)](https://github.com/apache/airflow/pull/18752): @fredthomsen
   ### Provider [sftp: 
2.4.0rc1](https://pypi.org/project/apache-airflow-providers-sftp/2.4.0rc1)
      - [ ] [Making SFTPHook's constructor consistent with its superclass 
SSHHook (#20164)](https://github.com/apache/airflow/pull/20164): @saveriogzz
   ### Provider [slack: 
4.1.0rc1](https://pypi.org/project/apache-airflow-providers-slack/4.1.0rc1)
      - [ ] [Restore 'filename' to template_fields of 
SlackAPIFileOperator (#18466)](https://github.com/apache/airflow/pull/18466): 
@SayTen
   ### Provider [snowflake: 
2.4.0rc1](https://pypi.org/project/apache-airflow-providers-snowflake/2.4.0rc1)
      - [ ] [Support insecure mode in SnowflakeHook 
(#20106)](https://github.com/apache/airflow/pull/20106): @mik-laj
      - [ ] [Remove unused code in SnowflakeHook 
(#20107)](https://github.com/apache/airflow/pull/20107): @mik-laj
      - [ ] [Improvements for `SnowflakeHook.get_sqlalchemy_engine`  
(#20509)](https://github.com/apache/airflow/pull/20509): @harishkrao
      - [ ] [Exclude snowflake-sqlalchemy v1.2.5 
(#20245)](https://github.com/apache/airflow/pull/20245): @mik-laj
      - [ ] [Limit Snowflake connector to< 2.7.2 
(#20395)](https://github.com/apache/airflow/pull/20395): @potiuk
   ### Provider [sqlite: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-sqlite/2.0.1rc1)
      - [ ] [Fix sqlite hook - insert and replace functions 
(#17695)](https://github.com/apache/airflow/pull/17695): @subkanthi
   ### Provider [ssh: 
2.3.0rc1](https://pypi.org/project/apache-airflow-providers-ssh/2.3.0rc1)
      - [ ] [Refactor SSHOperator so a subclass can run many commands (#10874) 
(#17378)](https://github.com/apache/airflow/pull/17378): @baolsen
      - [ ] [update sshtunnel version 
(#18684)](https://github.com/apache/airflow/pull/18684): @eladkal
      - [ ] [Correctly handle get_pty attribute if command passed as XComArg or 
template (#19323)](https://github.com/apache/airflow/pull/19323): @josh-fell
   ### Provider [tableau: 
2.1.3rc1](https://pypi.org/project/apache-airflow-providers-tableau/2.1.3rc1)
      - [ ] [Ensure Tableau connection is active to access wait_for_state 
(#20433)](https://github.com/apache/airflow/pull/20433): @ericpp
   ### Provider [trino: 
2.0.2rc1](https://pypi.org/project/apache-airflow-providers-trino/2.0.2rc1)
      - [ ] [Properly handle verify parameter in TrinoHook 
(#18791)](https://github.com/apache/airflow/pull/18791): @danarwix
   ### Provider [yandex: 
2.2.0rc1](https://pypi.org/project/apache-airflow-providers-yandex/2.2.0rc1)
      - [ ] [YandexCloud provider: Support new Yandex SDK features: 
log_group_id, user-agent, maven packages 
(#20103)](https://github.com/apache/airflow/pull/20103): @Piatachock
   
   ## Providers that do not need testing
   
   Those are providers that were either doc-only or had changes that do not 
require testing.
   
   
   * Provider [airbyte: 
2.1.1rc1](https://pypi.org/project/apache-airflow-providers-airbyte/2.1.1rc1)
   * Provider [alibaba: 
1.0.0rc1](https://pypi.org/project/apache-airflow-providers-alibaba/1.0.0rc1)
   * Provider [apache.drill: 
1.0.1rc1](https://pypi.org/project/apache-airflow-providers-apache-drill/1.0.1rc1)
   * Provider [apache.kylin: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-apache-kylin/2.0.1rc1)
   * Provider [apache.pig: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-apache-pig/2.0.1rc1)
   * Provider [apache.pinot: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-apache-pinot/2.0.1rc1)
   * Provider [apache.sqoop: 
2.0.2rc1](https://pypi.org/project/apache-airflow-providers-apache-sqoop/2.0.2rc1)
   * Provider [celery: 
2.1.0rc1](https://pypi.org/project/apache-airflow-providers-celery/2.1.0rc1)
   * Provider [cloudant: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-cloudant/2.0.1rc1)
   * Provider [datadog: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-datadog/2.0.1rc1)
   * Provider [dingding: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-dingding/2.0.1rc1)
   * Provider [discord: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-discord/2.0.1rc1)
   * Provider [ftp: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-ftp/2.0.1rc1)
   * Provider [grpc: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-grpc/2.0.1rc1)
   * Provider [jira: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-jira/2.0.1rc1)
   * Provider [microsoft.mssql: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-microsoft-mssql/2.0.1rc1)
   * Provider [microsoft.winrm: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-microsoft-winrm/2.0.1rc1)
   * Provider [mysql: 
2.1.1rc1](https://pypi.org/project/apache-airflow-providers-mysql/2.1.1rc1)
   * Provider [odbc: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-odbc/2.0.1rc1)
   * Provider [plexus: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-plexus/2.0.1rc1)
   * Provider [presto: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-presto/2.0.1rc1)
   * Provider [qubole: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-qubole/2.0.1rc1)
   * Provider [redis: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-redis/2.0.1rc1)
   * Provider [segment: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-segment/2.0.1rc1)
   * Provider [sendgrid: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-sendgrid/2.0.1rc1)
   * Provider [singularity: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-singularity/2.0.1rc1)
   * Provider [telegram: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-telegram/2.0.1rc1)
   * Provider [vertica: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-vertica/2.0.1rc1)
   * Provider [zendesk: 
2.0.1rc1](https://pypi.org/project/apache-airflow-providers-zendesk/2.0.1rc1)
   
   ### 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-unsubscr...@airflow.apache.org

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


Reply via email to