eladkal opened a new issue, #33751: URL: https://github.com/apache/airflow/issues/33751
### 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? 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) 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: 8.6.0rc1](https://pypi.org/project/apache-airflow-providers-amazon/8.6.0rc1) - [ ] [Added Amazon SageMaker Notebook hook and operators (#33219)](https://github.com/apache/airflow/pull/33219): @ellisms - [ ] [Add `deferrable` option to `LambdaCreateFunctionOperator` (#33327)](https://github.com/apache/airflow/pull/33327): @vincbeck - [ ] [Add Deferrable mode to GlueCatalogPartitionSensor (#33239)](https://github.com/apache/airflow/pull/33239): @syedahsn - [ ] [Add `sql_hook_params` parameter to `S3ToSqlOperator` (#33427)](https://github.com/apache/airflow/pull/33427): @alexbegg - [ ] [Add `sql_hook_params` parameter to `SqlToS3Operator` (#33425)](https://github.com/apache/airflow/pull/33425): @alexbegg - [ ] [Add parameter to pass role ARN to `GlueJobOperator ` (#33408)](https://github.com/apache/airflow/pull/33408): @erdos2n - [ ] [Add new RdsStartExportTaskOperator parameters (#33251)](https://github.com/apache/airflow/pull/33251): @covidium - [ ] [Fix bug in task logs when using AWS CloudWatch. Do not set `start_time` (#33673)](https://github.com/apache/airflow/pull/33673): @vincbeck - [ ] [Fix AWS Batch waiter failure state (#33656)](https://github.com/apache/airflow/pull/33656): @yermalov-here - [ ] [[bugfix] fix AWS Appflow waiter (#33613)](https://github.com/apache/airflow/pull/33613): @vandonr-amz - [ ] [bugfix: strip tags when falling back to update in `SageMakerEndpointOperator` (#33487)](https://github.com/apache/airflow/pull/33487): @vandonr-amz - [ ] [Remove non-public interface usage in EcsRunTaskOperator (#29447)](https://github.com/apache/airflow/pull/29447): @Taragolis - [ ] [Upgrade botocore/aiobotocore minimum requirements (#33649)](https://github.com/apache/airflow/pull/33649): @potiuk - [ ] [always push ECS task ARN to xcom in `EcsRunTaskOperator` (#33703)](https://github.com/apache/airflow/pull/33703): @vandonr-amz - [ ] [Use `boto3.client` linked to resource meta instead of create new one for waiters (#33552)](https://github.com/apache/airflow/pull/33552): @Taragolis ## Provider [apache.beam: 5.2.2rc1](https://pypi.org/project/apache-airflow-providers-apache-beam/5.2.2rc1) - [ ] [Fix impersonate beam condition lower than 2.39.0 always evaluating true (#33308)](https://github.com/apache/airflow/pull/33308): @tiranux ## Provider [apache.hive: 6.1.5rc1](https://pypi.org/project/apache-airflow-providers-apache-hive/6.1.5rc1) - [ ] [Bring back hive support for Python 3.11 (#32607)](https://github.com/apache/airflow/pull/32607): @potiuk - [ ] [Avoid importing pandas and numpy in runtime and module level (#33483)](https://github.com/apache/airflow/pull/33483): @hussein-awala ## Provider [apache.pinot: 4.1.3rc1](https://pypi.org/project/apache-airflow-providers-apache-pinot/4.1.3rc1) - [ ] [Referencing correct hooks for Apache Pinot (#33601)](https://github.com/apache/airflow/pull/33601): @alexbegg ## Provider [celery: 3.3.3rc1](https://pypi.org/project/apache-airflow-providers-celery/3.3.3rc1) - [ ] [Fix dependencies for celery and opentelemetry for Python 3.8 (#33579)](https://github.com/apache/airflow/pull/33579): @potiuk - [ ] [Make auth managers provide their own airflow CLI commands (#33481)](https://github.com/apache/airflow/pull/33481): @vandonr-amz - [ ] [Refactor Sqlalchemy queries to 2.0 style (Part 7) (#32883)](https://github.com/apache/airflow/pull/32883): @phanikumv ## Provider [cncf.kubernetes: 7.5.0rc1](https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/7.5.0rc1) - [ ] [Add istio test, use curl /quitquitquit to exit sidecar, and some othe⦠(#33306)](https://github.com/apache/airflow/pull/33306): @Owen-CH-Leung - [ ] [Add `active_deadline_seconds` parameter to `KubernetesPodOperator` (#33379)](https://github.com/apache/airflow/pull/33379): @amoghrajesh - [ ] [Make cluster_context templated in KubernetesPodOperator (#33604)](https://github.com/apache/airflow/pull/33604): @mati-o - [ ] [Fix KubernetesPodOperator duplicating logs when interrupted (#33500)](https://github.com/apache/airflow/pull/33500): @fdemiane - [ ] [Fix 2.7.0 db migration job errors (#33652)](https://github.com/apache/airflow/pull/33652): @LipuFei - [ ] [Inspect container state rather than last_state when deciding whether to skip (#33702)](https://github.com/apache/airflow/pull/33702): @SamWheating - [ ] [Introducing class constant to make worker pod log lines configurable (#33378)](https://github.com/apache/airflow/pull/33378): @amoghrajesh - [ ] [Adding typing for KPO SCC objects (#33381)](https://github.com/apache/airflow/pull/33381): @amoghrajesh - [ ] [Refactor Sqlalchemy queries to 2.0 style (Part 7) (#32883)](https://github.com/apache/airflow/pull/32883): @phanikumv ## Provider [databricks: 4.4.0rc1](https://pypi.org/project/apache-airflow-providers-databricks/4.4.0rc1) - [ ] [Add Service Principal OAuth for Databricks. (#33005)](https://github.com/apache/airflow/pull/33005): @johnbrandborg - [ ] [Update docs in databricks.py - we use 2.1 now (#32340)](https://github.com/apache/airflow/pull/32340): @zbstof ## Provider [elasticsearch: 5.0.1rc1](https://pypi.org/project/apache-airflow-providers-elasticsearch/5.0.1rc1) - [ ] [Add backward compatibility for elasticsearch<8 (#33281)](https://github.com/apache/airflow/pull/33281): @sunank200 - [ ] [Fix urlparse schemaless-behaviour on Python 3.9+ (#33289)](https://github.com/apache/airflow/pull/33289): @potiuk - [ ] [Upgrade Elasticsearch to 8 (#33135)](https://github.com/apache/airflow/pull/33135): @Owen-CH-Leung ## Provider [exasol: 4.2.4rc1](https://pypi.org/project/apache-airflow-providers-exasol/4.2.4rc1) - [ ] [Avoid importing pandas and numpy in runtime and module level (#33483)](https://github.com/apache/airflow/pull/33483): @hussein-awala ## Provider [influxdb: 2.2.2rc1](https://pypi.org/project/apache-airflow-providers-influxdb/2.2.2rc1) - [ ] [Avoid importing pandas and numpy in runtime and module level (#33483)](https://github.com/apache/airflow/pull/33483): @hussein-awala ## Provider [microsoft.azure: 6.3.0rc1](https://pypi.org/project/apache-airflow-providers-microsoft-azure/6.3.0rc1) - [ ] [Add AzureBatchOperator example (#33716)](https://github.com/apache/airflow/pull/33716): @Lee-W - [ ] [feat(providers/microsoft): add DefaultAzureCredential support to AzureContainerInstanceHook (#33467)](https://github.com/apache/airflow/pull/33467): @Lee-W - [ ] [Add DefaultAzureCredential auth for ADX service (#33627)](https://github.com/apache/airflow/pull/33627): @pankajastro - [ ] [Fix updating account url for WasbHook (#33457)](https://github.com/apache/airflow/pull/33457): @ephraimbuddy - [ ] [Fix Azure Batch Hook instantation (#33731)](https://github.com/apache/airflow/pull/33731): @potiuk - [ ] [Bump azure-kusto-data>=4.1.0 (#33598)](https://github.com/apache/airflow/pull/33598): @pankajastro - [ ] [Set logging level to WARNING (#33314)](https://github.com/apache/airflow/pull/33314): @arjunanan6 ## Provider [mysql: 5.3.0rc1](https://pypi.org/project/apache-airflow-providers-mysql/5.3.0rc1) - [ ] [Add `init_command` parameter to `MySqlHook` (#33359)](https://github.com/apache/airflow/pull/33359): @alexbegg - [ ] [Add `local_infile` parameter to `S3ToMySqlOperator` (#33459)](https://github.com/apache/airflow/pull/33459): @benchoncy ## Provider [openlineage: 1.0.2rc1](https://pypi.org/project/apache-airflow-providers-openlineage/1.0.2rc1) - [ ] [openlineage: don't run task instance listener in executor (#33366)](https://github.com/apache/airflow/pull/33366): @mobuchowski - [ ] [openlineage: do not try to redact Proxy objects from deprecated config (#33393)](https://github.com/apache/airflow/pull/33393): @mobuchowski - [ ] [openlineage: defensively check for provided datetimes in listener (#33343)](https://github.com/apache/airflow/pull/33343): @mobuchowski - [ ] [openlineage, trino: add OpenLineage support for Trino. (#32910)](https://github.com/apache/airflow/pull/32910): @JDarDagran ## Provider [oracle: 3.7.3rc1](https://pypi.org/project/apache-airflow-providers-oracle/3.7.3rc1) - [ ] [Avoid importing pandas and numpy in runtime and module level (#33483)](https://github.com/apache/airflow/pull/33483): @hussein-awala ## Provider [salesforce: 5.4.2rc1](https://pypi.org/project/apache-airflow-providers-salesforce/5.4.2rc1) - [ ] [Avoid importing pandas and numpy in runtime and module level (#33483)](https://github.com/apache/airflow/pull/33483): @hussein-awala ## Provider [sftp: 4.6.0rc1](https://pypi.org/project/apache-airflow-providers-sftp/4.6.0rc1) - [ ] [Add parameter sftp_prefetch to SFTPToGCSOperator (#33274)](https://github.com/apache/airflow/pull/33274): @functicons ## Provider [slack: 8.0.0rc1](https://pypi.org/project/apache-airflow-providers-slack/8.0.0rc1) - [ ] [Remove deprecated parts from Slack provider (#33557)](https://github.com/apache/airflow/pull/33557): @Taragolis - [ ] [Replace deprecated slack notification in provider.yaml with new one (#33643)](https://github.com/apache/airflow/pull/33643): @potiuk - [ ] [Avoid importing pandas and numpy in runtime and module level (#33483)](https://github.com/apache/airflow/pull/33483): @hussein-awala ## Provider [snowflake: 5.0.0rc1](https://pypi.org/project/apache-airflow-providers-snowflake/5.0.0rc1) - [ ] [Remove deprecated `S3ToSnowflake` and `SnowflakeToSlack` operators (#33558)](https://github.com/apache/airflow/pull/33558): @Taragolis - [ ] [Set snowflake_conn_id on Snowflake Operators to avoid error (#33681)](https://github.com/apache/airflow/pull/33681): @SamWheating - [ ] [Bump `apache-airflow-providers-snowflake` due to breaking changes (#33615)](https://github.com/apache/airflow/pull/33615): @Taragolis ## Provider [trino: 5.3.0rc1](https://pypi.org/project/apache-airflow-providers-trino/5.3.0rc1) - [ ] [openlineage, trino: add OpenLineage support for Trino. (#32910)](https://github.com/apache/airflow/pull/32910): @JDarDagran ## Provider [yandex: 3.4.0rc1](https://pypi.org/project/apache-airflow-providers-yandex/3.4.0rc1) - [ ] [Add support for Yandex Dataproc cluster labels (#29811)](https://github.com/apache/airflow/pull/29811): @zinal <!-- 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: @amoghrajesh @mobuchowski @zbstof @johnbrandborg @vincbeck @JDarDagran @benchoncy @ellisms @SamWheating @pankajastro @alexbegg @sunank200 @zinal @LipuFei @functicons @hussein-awala @ephraimbuddy @Lee-W @arjunanan6 @erdos2n @vandonr-amz @fdemiane @Owen-CH-Leung @phanikumv @Taragolis @mati-o @syedahsn @tiranux @covidium @yermalov-here @potiuk ### 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]
