potiuk opened a new issue, #25037: URL: https://github.com/apache/airflow/issues/25037
### 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 [airbyte: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-airbyte/3.1.0rc1) - [ ] [`AirbyteHook` add cancel job option (#24593)](https://github.com/apache/airflow/pull/24593): @sivankumar86 ## Provider [alibaba: 2.0.1rc1](https://pypi.org/project/apache-airflow-providers-alibaba/2.0.1rc1) - [ ] [Update providers to use functools compat for ``cached_property`` (#24582)](https://github.com/apache/airflow/pull/24582): @josh-fell ## Provider [amazon: 4.1.0rc1](https://pypi.org/project/apache-airflow-providers-amazon/4.1.0rc1) - [ ] [Add test_connection method to AWS hook (#24662)](https://github.com/apache/airflow/pull/24662): @Taragolis - [ ] [Add AWS operators to create and delete RDS Database (#24099)](https://github.com/apache/airflow/pull/24099): @eskarimov - [ ] [Add batch option to `SqsSensor` (#24554)](https://github.com/apache/airflow/pull/24554): @LaPetiteSouris - [ ] [Add AWS Batch & AWS CloudWatch Extra Links (#24406)](https://github.com/apache/airflow/pull/24406): @Taragolis - [ ] [Refactoring EmrClusterLink and add it for other AWS EMR Operators (#24294)](https://github.com/apache/airflow/pull/24294): @Taragolis - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk - [ ] [Amazon appflow (#24057)](https://github.com/apache/airflow/pull/24057): @igorborgest - [ ] [Make extra_args in S3Hook immutable between calls (#24527)](https://github.com/apache/airflow/pull/24527): @Taragolis - [ ] [Refactor and fix AWS secret manager invalid exception (#24898)](https://github.com/apache/airflow/pull/24898): @gitstart-airflow - [ ] [fix: RedshiftDataHook and RdsHook not use cached connection (#24387)](https://github.com/apache/airflow/pull/24387): @Taragolis - [ ] [Fix links to sources for examples (#24386)](https://github.com/apache/airflow/pull/24386): @potiuk - [ ] [Fix S3KeySensor (#24378)](https://github.com/apache/airflow/pull/24378): @vincbeck - [ ] [Fix: `emr_conn_id` should be optional in `EmrCreateJobFlowOperator` (#24306)](https://github.com/apache/airflow/pull/24306): @pankajastro - [ ] [Update providers to use functools compat for ``cached_property`` (#24582)](https://github.com/apache/airflow/pull/24582): @josh-fell ## Provider [apache.drill: 2.1.0rc1](https://pypi.org/project/apache-airflow-providers-apache-drill/2.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk ## Provider [apache.druid: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-apache-druid/3.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk ## Provider [apache.hdfs: 3.0.1rc1](https://pypi.org/project/apache-airflow-providers-apache-hdfs/3.0.1rc1) - [ ] [`WebHDFSHook` Bugfix/optional port (#24550)](https://github.com/apache/airflow/pull/24550): @ankurbajaj9 ## Provider [apache.hive: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-apache-hive/3.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk - [ ] [fix connection extra parameter `auth_mechanism` in `HiveMetastoreHook` and `HiveServer2Hook` (#24713)](https://github.com/apache/airflow/pull/24713): @eladkal ## Provider [apache.pinot: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-apache-pinot/3.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk ## Provider [asana: 2.0.1rc1](https://pypi.org/project/apache-airflow-providers-asana/2.0.1rc1) - [ ] [Update providers to use functools compat for ``cached_property`` (#24582)](https://github.com/apache/airflow/pull/24582): @josh-fell ## Provider [cncf.kubernetes: 4.2.0rc1](https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/4.2.0rc1) - [ ] [Add `airflow_kpo_in_cluster` label to KPO pods (#24658)](https://github.com/apache/airflow/pull/24658): @jedcunningham - [ ] [Find Pod Before Cleanup In KubernetesPodOperator Execution (#22092)](https://github.com/apache/airflow/pull/22092): @michaelmicheal - [ ] [Revert "Fix await_container_completion condition (#23883)" (#24474)](https://github.com/apache/airflow/pull/24474): @jedcunningham - [ ] [Update providers to use functools compat for ``cached_property`` (#24582)](https://github.com/apache/airflow/pull/24582): @josh-fell ## Provider [databricks: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-databricks/3.1.0rc1) - [ ] [Added databricks_conn_id as templated field (#24945)](https://github.com/apache/airflow/pull/24945): @skadyan - [ ] [Add test_connection method to Databricks hook (#24617)](https://github.com/apache/airflow/pull/24617): @phanikumv - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk - [ ] [Update providers to use functools compat for ``cached_property`` (#24582)](https://github.com/apache/airflow/pull/24582): @josh-fell ## Provider [dbt.cloud: 2.0.1rc1](https://pypi.org/project/apache-airflow-providers-dbt-cloud/2.0.1rc1) - [ ] [Update providers to use functools compat for ``cached_property`` (#24582)](https://github.com/apache/airflow/pull/24582): @josh-fell ## Provider [docker: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-docker/3.1.0rc1) - [ ] [Force-remove container after DockerOperator execution (#23160)](https://github.com/apache/airflow/pull/23160): @zengbotang - [ ] [`DockerOperator` fix cli.logs giving character array instead of string (#24726)](https://github.com/apache/airflow/pull/24726): @pasalkarsachin1 ## Provider [elasticsearch: 4.1.0rc1](https://pypi.org/project/apache-airflow-providers-elasticsearch/4.1.0rc1) - [ ] [Adding ElasticserachPythonHook - ES Hook With The Python Client (#24895)](https://github.com/apache/airflow/pull/24895): @alexkruc - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk - [ ] [Move fallible ti.task.dag assignment back inside try/except block (#24533) (#24592)](https://github.com/apache/airflow/pull/24592): @ejk43 ## Provider [exasol: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-exasol/3.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk ## Provider [facebook: 3.0.1rc1](https://pypi.org/project/apache-airflow-providers-facebook/3.0.1rc1) - [ ] [Update providers to use functools compat for ``cached_property`` (#24582)](https://github.com/apache/airflow/pull/24582): @josh-fell ## Provider [ftp: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-ftp/3.1.0rc1) - [ ] [Add blocksize arg for ftp hook (#24860)](https://github.com/apache/airflow/pull/24860): @kevgeo ## Provider [github: 2.1.0rc1](https://pypi.org/project/apache-airflow-providers-github/2.1.0rc1) - [ ] [Add test connection functionality to `GithubHook` (#24903)](https://github.com/apache/airflow/pull/24903): @josh-fell ## Provider [google: 8.2.0rc1](https://pypi.org/project/apache-airflow-providers-google/8.2.0rc1) - [ ] [PubSub assets & system tests migration (AIP-47) (#24867)](https://github.com/apache/airflow/pull/24867): @wojsamjan - [ ] [Add handling state of existing Dataproc batch (#24924)](https://github.com/apache/airflow/pull/24924): @danielvdende - [ ] [Add links for Google Kubernetes Engine operators (#24786)](https://github.com/apache/airflow/pull/24786): @MaksYermak - [ ] [Add test_connection method to GoogleBaseHook (#24682)](https://github.com/apache/airflow/pull/24682): @phanikumv - [ ] [Add gcp_conn_id argument to GoogleDriveToLocalOperator (#24622)](https://github.com/apache/airflow/pull/24622): @aspain - [ ] [Add DeprecationWarning for column_transformations parameter in AutoML (#24467)](https://github.com/apache/airflow/pull/24467): @MaksYermak - [ ] [Modify BigQueryCreateExternalTableOperator to use updated hook function (#24363)](https://github.com/apache/airflow/pull/24363): @cswpy - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk - [ ] [Datacatalog assets & system tests migration (AIP-47) (#24600)](https://github.com/apache/airflow/pull/24600): @wojsamjan - [ ] [Upgrade FAB to 4.1.1 (#24399)](https://github.com/apache/airflow/pull/24399): @potiuk - [ ] [GCSDeleteObjectsOperator empty prefix bug fix (#24353)](https://github.com/apache/airflow/pull/24353): @Lavedonio - [ ] [perf(BigQuery): pass table_id as str type (#23141)](https://github.com/apache/airflow/pull/23141): @bryan824 - [ ] [Update providers to use functools compat for ``cached_property`` (#24582)](https://github.com/apache/airflow/pull/24582): @josh-fell ## Provider [hashicorp: 3.0.1rc1](https://pypi.org/project/apache-airflow-providers-hashicorp/3.0.1rc1) - [ ] [Update providers to use functools compat for ``cached_property`` (#24582)](https://github.com/apache/airflow/pull/24582): @josh-fell ## Provider [http: 4.0.0rc1](https://pypi.org/project/apache-airflow-providers-http/4.0.0rc1) - [ ] [Add TCP_KEEPALIVE option to http provider (#24967)](https://github.com/apache/airflow/pull/24967): @potiuk ## Provider [jdbc: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-jdbc/3.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk ## Provider [jira: 3.0.1rc1](https://pypi.org/project/apache-airflow-providers-jira/3.0.1rc1) - [ ] [Fix the error caused by passing unused context in JiraSensor.poke (#23352)](https://github.com/apache/airflow/pull/23352): @kianelbo ## Provider [microsoft.azure: 4.1.0rc1](https://pypi.org/project/apache-airflow-providers-microsoft-azure/4.1.0rc1) - [ ] [Add `test_connection` method to AzureCosmosDBHook (#25018)](https://github.com/apache/airflow/pull/25018): @phanikumv - [ ] [Add test_connection method to AzureFileShareHook (#24843)](https://github.com/apache/airflow/pull/24843): @phanikumv - [ ] [Add test_connection method to Azure WasbHook (#24771)](https://github.com/apache/airflow/pull/24771): @phanikumv - [ ] [Implement Azure service bus subscription (create, delete)Operators (#24625)](https://github.com/apache/airflow/pull/24625): @bharanidharan14 - [ ] [Implement Azure Service Bus Queue Operators (#24038)](https://github.com/apache/airflow/pull/24038): @bharanidharan14 - [ ] [Update providers to use functools compat for ``cached_property`` (#24582)](https://github.com/apache/airflow/pull/24582): @josh-fell ## Provider [microsoft.mssql: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-microsoft-mssql/3.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk ## Provider [mysql: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-mysql/3.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk - [ ] [Close the MySQL connections once operations are done. (#24508)](https://github.com/apache/airflow/pull/24508): @pavel-lexyr ## Provider [odbc: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-odbc/3.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk ## Provider [oracle: 3.2.0rc1](https://pypi.org/project/apache-airflow-providers-oracle/3.2.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk ## Provider [postgres: 5.1.0rc1](https://pypi.org/project/apache-airflow-providers-postgres/5.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk ## Provider [presto: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-presto/3.1.0rc1) - [ ] [Adding generic SqlToSlackOperator (#24663)](https://github.com/apache/airflow/pull/24663): @alexkruc - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk ## Provider [qubole: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-qubole/3.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk ## Provider [salesforce: 5.0.0rc1](https://pypi.org/project/apache-airflow-providers-salesforce/5.0.0rc1) - [ ] [Remove Tableau from Salesforce provider (#23747)](https://github.com/apache/airflow/pull/23747): @eladkal - [ ] [Add support for Salesforce bulk api (#24473)](https://github.com/apache/airflow/pull/24473): @ishiis - [ ] [Update providers to use functools compat for ``cached_property`` (#24582)](https://github.com/apache/airflow/pull/24582): @josh-fell ## Provider [sftp: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-sftp/3.1.0rc1) - [ ] [Convert sftp hook to use paramiko instead of pysftp (#24512)](https://github.com/apache/airflow/pull/24512): @pauldalewilliams - [ ] [Update `actual_file_to_check` with rendered `path` (#24451)](https://github.com/apache/airflow/pull/24451): @remem9527 ## Provider [slack: 5.1.0rc1](https://pypi.org/project/apache-airflow-providers-slack/5.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk - [ ] [Adding generic SqlToSlackOperator (#24663)](https://github.com/apache/airflow/pull/24663): @alexkruc ## Provider [snowflake: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-snowflake/3.1.0rc1) - [ ] [Adding generic SqlToSlackOperator (#24663)](https://github.com/apache/airflow/pull/24663): @alexkruc - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk - [ ] [Pattern parameter in S3ToSnowflakeOperator (#24571)](https://github.com/apache/airflow/pull/24571): @Taragolis - [ ] [S3ToSnowflakeOperator: escape single quote in s3_keys (#24607)](https://github.com/apache/airflow/pull/24607): @Taragolis ## Provider [sqlite: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-sqlite/3.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk ## Provider [ssh: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-ssh/3.1.0rc1) - [ ] [Less verbose logging in ssh operator (#24915)](https://github.com/apache/airflow/pull/24915): @hsnprsd - [ ] [Convert sftp hook to use paramiko instead of pysftp (#24512)](https://github.com/apache/airflow/pull/24512): @pauldalewilliams - [ ] [Update providers to use functools compat for ``cached_property`` (#24582)](https://github.com/apache/airflow/pull/24582): @josh-fell ## Provider [tableau: 3.0.1rc1](https://pypi.org/project/apache-airflow-providers-tableau/3.0.1rc1) - [ ] [Remove Tableau from Salesforce provider (#23747)](https://github.com/apache/airflow/pull/23747): @eladkal ## Provider [trino: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-trino/3.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @potiuk - [ ] [Add test_connection method to Trino hook (#24583)](https://github.com/apache/airflow/pull/24583): @phanikumv - [ ] [Add on_kill() to kill Trino query if Airflow task is killed (#24559)](https://github.com/apache/airflow/pull/24559): @phanikumv - [ ] [Add TrinoOperator (#24415)](https://github.com/apache/airflow/pull/24415): @phanikumv ## Provider [vertica: 3.1.0rc1](https://pypi.org/project/apache-airflow-providers-vertica/3.1.0rc1) - [ ] [Move all SQL classes to common-sql provider (#24836)](https://github.com/apache/airflow/pull/24836): @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-by-contributors) ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
