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

   ### Body
   
   
   Issue title: Status of testing Providers that were prepared on September 08, 
2023
   
   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 [airbyte: 
3.3.2rc1](https://pypi.org/project/apache-airflow-providers-airbyte/3.3.2rc1)
      - [ ] [respect soft_fail argument when exception is raised for airbyte 
sensors (#34156)](https://github.com/apache/airflow/pull/34156): @Lee-W
   ## Provider [alibaba: 
2.5.3rc1](https://pypi.org/project/apache-airflow-providers-alibaba/2.5.3rc1)
      - [ ] [respect soft_fail argument when exception is raised for alibaba 
sensors (#34157)](https://github.com/apache/airflow/pull/34157): @Lee-W
   ## Provider [amazon: 
8.7.0rc1](https://pypi.org/project/apache-airflow-providers-amazon/8.7.0rc1)
      - [ ] [Add Amazon SQS Notifier 
(#33962)](https://github.com/apache/airflow/pull/33962): @Taragolis
      - [ ] [Add Amazon SNS Notifier 
(#33828)](https://github.com/apache/airflow/pull/33828): @Taragolis
      - [ ] [Increase `waiter_max_attempts` default value in 
`EcsRunTaskOperator` (#33712)](https://github.com/apache/airflow/pull/33712): 
@mjsqu
      - [ ] [Fix AWS EmrStepSensor ignoring the specified aws_conn_id in 
deferred mode  (#33952)](https://github.com/apache/airflow/pull/33952): 
@yermalov-here
      - [ ] [Remove tasks annotation in `AppflowHook` 
(#33881)](https://github.com/apache/airflow/pull/33881): @Taragolis
      - [ ] [Make Amazon Chime connection lazy loaded and consistent with docs 
(#34000)](https://github.com/apache/airflow/pull/34000): @Taragolis
      - [ ] [respect "soft_fail" argument when running BatchSensor in 
deferrable mode (#33405)](https://github.com/apache/airflow/pull/33405): @Lee-W
      - [ ] [Combine similar if logics in providers 
(#33987)](https://github.com/apache/airflow/pull/33987): @hussein-awala
      - [ ] [Replace single quotes by double quotes in tests 
(#33864)](https://github.com/apache/airflow/pull/33864): @hussein-awala
      - [ ] [Remove useless string join from providers 
(#33968)](https://github.com/apache/airflow/pull/33968): @hussein-awala
      - [ ] [Make `aws.session_factory` part of Amazon provider configuration 
documentation (#33960)](https://github.com/apache/airflow/pull/33960): 
@Taragolis
      - [ ] [Replace try - except pass by contextlib.suppress in providers 
(#33980)](https://github.com/apache/airflow/pull/33980): @hussein-awala
      - [ ] [Remove some useless try/except from providers code 
(#33967)](https://github.com/apache/airflow/pull/33967): @hussein-awala
      - [ ] [Replace sequence concatination by unpacking in Airflow providers 
(#33933)](https://github.com/apache/airflow/pull/33933): @hussein-awala
      - [ ] [Reorganize devel_only extra in airflow's setup.py 
(#33907)](https://github.com/apache/airflow/pull/33907): @potiuk
      - [ ] [Remove explicit str concat from Airflow providers package and 
tests (#33860)](https://github.com/apache/airflow/pull/33860): @hussein-awala
      - [ ] [Improve modules import in AWS probvider by move some of them into 
a type-checking block (#33780)](https://github.com/apache/airflow/pull/33780): 
@hussein-awala
      - [ ] [Always use Literal from typing_extensions 
(#33794)](https://github.com/apache/airflow/pull/33794): @Taragolis
      - [ ] [Use literal dict instead of calling dict() in providers 
(#33761)](https://github.com/apache/airflow/pull/33761): @hussein-awala
      - [ ] [remove unnecessary map and rewrite it using list in providers 
(#33763)](https://github.com/apache/airflow/pull/33763): @hussein-awala
   ## Provider [apache.beam: 
5.2.3rc1](https://pypi.org/project/apache-airflow-providers-apache-beam/5.2.3rc1)
      - [ ] [Replace sequence concatination by unpacking in Airflow providers 
(#33933)](https://github.com/apache/airflow/pull/33933): @hussein-awala
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [apache.drill: 
2.4.4rc1](https://pypi.org/project/apache-airflow-providers-apache-drill/2.4.4rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [apache.flink: 
1.1.3rc1](https://pypi.org/project/apache-airflow-providers-apache-flink/1.1.3rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [apache.hdfs: 
4.1.1rc1](https://pypi.org/project/apache-airflow-providers-apache-hdfs/4.1.1rc1)
      - [ ] [Fix package name in exception message for hdfs provider 
(#33813)](https://github.com/apache/airflow/pull/33813): @pierrejeambrun
   ## Provider [apache.hive: 
6.1.6rc1](https://pypi.org/project/apache-airflow-providers-apache-hive/6.1.6rc1)
      - [ ] [Replace sequence concatination by unpacking in Airflow providers 
(#33933)](https://github.com/apache/airflow/pull/33933): @hussein-awala
      - [ ] [Replace single element slice by next() in hive provider 
(#33937)](https://github.com/apache/airflow/pull/33937): @hussein-awala
      - [ ] [Use a single  statement with multiple contexts instead of nested  
statements in providers 
(#33768)](https://github.com/apache/airflow/pull/33768): @hussein-awala
      - [ ] [Use startswith once with a tuple in Hive hook 
(#33765)](https://github.com/apache/airflow/pull/33765): @hussein-awala
      - [ ] [E731: replace lambda by a def method in Airflow providers 
(#33757)](https://github.com/apache/airflow/pull/33757): @hussein-awala
      - [ ] [Use f-string instead of `format` in Airflow providers 
(#33752)](https://github.com/apache/airflow/pull/33752): @hussein-awala
   ## Provider [apache.impala: 
1.1.3rc1](https://pypi.org/project/apache-airflow-providers-apache-impala/1.1.3rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [apache.livy: 
3.5.4rc1](https://pypi.org/project/apache-airflow-providers-apache-livy/3.5.4rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [apache.pig: 
4.1.2rc1](https://pypi.org/project/apache-airflow-providers-apache-pig/4.1.2rc1)
      - [ ] [Replace sequence concatination by unpacking in Airflow providers 
(#33933)](https://github.com/apache/airflow/pull/33933): @hussein-awala
      - [ ] [Use a single  statement with multiple contexts instead of nested  
statements in providers 
(#33768)](https://github.com/apache/airflow/pull/33768): @hussein-awala
   ## Provider [apache.pinot: 
4.1.4rc1](https://pypi.org/project/apache-airflow-providers-apache-pinot/4.1.4rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [apprise: 
1.0.2rc1](https://pypi.org/project/apache-airflow-providers-apprise/1.0.2rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [celery: 
3.3.4rc1](https://pypi.org/project/apache-airflow-providers-celery/3.3.4rc1)
      - [ ] [Fix bad "code cleanup" in celery executor 
(#34192)](https://github.com/apache/airflow/pull/34192): @dstandish
      - [ ] [Combine similar if logics in providers 
(#33987)](https://github.com/apache/airflow/pull/33987): @hussein-awala
      - [ ] [Limit celery by excluding 5.3.2 and 5.3.3 
(#34031)](https://github.com/apache/airflow/pull/34031): @potiuk
      - [ ] [Replace try - except pass by contextlib.suppress in providers 
(#33980)](https://github.com/apache/airflow/pull/33980): @hussein-awala
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [cncf.kubernetes: 
7.5.1rc1](https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/7.5.1rc1)
      - [ ] [respect soft_fail argument when exception is raised for 
spark-kubernetes sensors 
(#34167)](https://github.com/apache/airflow/pull/34167): @Lee-W
      - [ ] [Use `cached_property` for hook in SparkKubernetesSensor 
(#34106)](https://github.com/apache/airflow/pull/34106): @josh-fell
      - [ ] [Used cached property for hook in SparkKubernetesOperator 
(#34130)](https://github.com/apache/airflow/pull/34130): @vijay-jangir
      - [ ] [Combine similar if logics in providers 
(#33987)](https://github.com/apache/airflow/pull/33987): @hussein-awala
      - [ ] [Remove useless string join from providers 
(#33968)](https://github.com/apache/airflow/pull/33968): @hussein-awala
      - [ ] [replace loop by any when looking for a positive value in providers 
(#33984)](https://github.com/apache/airflow/pull/33984): @hussein-awala
      - [ ] [Move the try outside the loop when this is possible in kubernetes 
provider (#33977)](https://github.com/apache/airflow/pull/33977): @hussein-awala
      - [ ] [Replace sequence concatination by unpacking in Airflow providers 
(#33933)](https://github.com/apache/airflow/pull/33933): @hussein-awala
      - [ ] [Replace dict.items by dict.values when key is not used in Airflow 
providers (#33939)](https://github.com/apache/airflow/pull/33939): 
@hussein-awala
   ## Provider [common.sql: 
1.7.2rc1](https://pypi.org/project/apache-airflow-providers-common-sql/1.7.2rc1)
      - [ ] [Fix BigQueryValueCheckOperator deferrable mode optimisation 
(#34018)](https://github.com/apache/airflow/pull/34018): @pankajkoti
   ## Provider [databricks: 
4.5.0rc1](https://pypi.org/project/apache-airflow-providers-databricks/4.5.0rc1)
      - [ ] [Add "QUEUED" to RUN_LIFE_CYCLE_STATES following deployement of … 
(#33886)](https://github.com/apache/airflow/pull/33886): @GeoffroyDFox
      - [ ] [allow DatabricksSubmitRunOperator to accept a pipeline name for a 
pipeline_task (#32903)](https://github.com/apache/airflow/pull/32903): @adam133
      - [ ] [Replace sequence concatination by unpacking in Airflow providers 
(#33933)](https://github.com/apache/airflow/pull/33933): @hussein-awala
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
      - [ ] [Use literal dict instead of calling dict() in providers 
(#33761)](https://github.com/apache/airflow/pull/33761): @hussein-awala
      - [ ] [Use f-string instead of `format` in Airflow providers 
(#33752)](https://github.com/apache/airflow/pull/33752): @hussein-awala
   ## Provider [dbt.cloud: 
3.3.0rc1](https://pypi.org/project/apache-airflow-providers-dbt-cloud/3.3.0rc1)
      - [ ] [openlineage, dbt: add OpenLineage support for DBT Cloud 
(#33959)](https://github.com/apache/airflow/pull/33959): @JDarDagran
      - [ ] [respect soft_fail argument when exception is raised for dbt 
sensors (#34164)](https://github.com/apache/airflow/pull/34164): @Lee-W
      - [ ] [Remove some useless try/except from providers code 
(#33967)](https://github.com/apache/airflow/pull/33967): @hussein-awala
      - [ ] [Use a single  statement with multiple contexts instead of nested  
statements in providers 
(#33768)](https://github.com/apache/airflow/pull/33768): @hussein-awala
   ## Provider [docker: 
3.7.5rc1](https://pypi.org/project/apache-airflow-providers-docker/3.7.5rc1)
      - [ ] [Cleanup Docker operator logging 
(#33914)](https://github.com/apache/airflow/pull/33914): @wolfdn
      - [ ] [Replace sequence concatination by unpacking in Airflow providers 
(#33933)](https://github.com/apache/airflow/pull/33933): @hussein-awala
      - [ ] [Use literal dict instead of calling dict() in providers 
(#33761)](https://github.com/apache/airflow/pull/33761): @hussein-awala
      - [ ] [Replace type func by isinstance in DockerOperator 
(#33759)](https://github.com/apache/airflow/pull/33759): @hussein-awala
   ## Provider [elasticsearch: 
5.0.2rc1](https://pypi.org/project/apache-airflow-providers-elasticsearch/5.0.2rc1)
      - [ ] [Make sure that only valid elasticsearch keys are passed to handler 
(#34119)](https://github.com/apache/airflow/pull/34119): @potiuk
      - [ ] [Replace sequence concatination by unpacking in Airflow providers 
(#33933)](https://github.com/apache/airflow/pull/33933): @hussein-awala
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
      - [ ] [Use literal dict instead of calling dict() in providers 
(#33761)](https://github.com/apache/airflow/pull/33761): @hussein-awala
      - [ ] [remove unnecessary map and rewrite it using list in providers 
(#33763)](https://github.com/apache/airflow/pull/33763): @hussein-awala
      - [ ] [Use f-string instead of `format` in Airflow providers 
(#33752)](https://github.com/apache/airflow/pull/33752): @hussein-awala
   ## Provider [exasol: 
4.2.5rc1](https://pypi.org/project/apache-airflow-providers-exasol/4.2.5rc1)
      - [ ] [Use a single  statement with multiple contexts instead of nested  
statements in providers 
(#33768)](https://github.com/apache/airflow/pull/33768): @hussein-awala
      - [ ] [Use literal dict instead of calling dict() in providers 
(#33761)](https://github.com/apache/airflow/pull/33761): @hussein-awala
   ## Provider [facebook: 
3.2.2rc1](https://pypi.org/project/apache-airflow-providers-facebook/3.2.2rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [ftp: 
3.5.2rc1](https://pypi.org/project/apache-airflow-providers-ftp/3.5.2rc1)
      - [ ] [respect soft_fail argument when exception is raised for ftp 
sensors (#34161)](https://github.com/apache/airflow/pull/34161): @Lee-W
   ## Provider [google: 
10.8.0rc1](https://pypi.org/project/apache-airflow-providers-google/10.8.0rc1)
      - [ ] [Add deferrable mode to DataplexGetDataQualityScanResultOperator, 
DataplexRunDataQualityScanOperator 
(#33954)](https://github.com/apache/airflow/pull/33954): @bkossakowska
      - [ ] [allow impersonation_chain to be set on Google Cloud connection 
(#33715)](https://github.com/apache/airflow/pull/33715): @melugoyal
      - [ ] [respect soft_fail argument when exception is raised for 
google-marketing-platform sensors 
(#34165)](https://github.com/apache/airflow/pull/34165): @Lee-W
      - [ ] [fix: docstring in endpoint_service.py 
(#34135)](https://github.com/apache/airflow/pull/34135): @fabiogra
      - [ ] [Fix BigQueryValueCheckOperator deferrable mode optimisation 
(#34018)](https://github.com/apache/airflow/pull/34018): @pankajkoti
      - [ ] [Fixup Datafusion system tests 
(#34068)](https://github.com/apache/airflow/pull/34068): @moiseenkov
      - [ ] [Early delete a Dataproc cluster if started in the ERROR state. 
(#33668)](https://github.com/apache/airflow/pull/33668): @kristopherkane
      - [ ] [Avoid blocking event loop when using DataFusionAsyncHook by 
replacing sleep by asyncio.sleep 
(#33756)](https://github.com/apache/airflow/pull/33756): @hussein-awala
      - [ ] [Move the try outside the loop when this is possible in Google 
provider (#33976)](https://github.com/apache/airflow/pull/33976): @hussein-awala
      - [ ] [Combine similar if logics in providers 
(#33987)](https://github.com/apache/airflow/pull/33987): @hussein-awala
      - [ ] [Remove useless string join from providers 
(#33968)](https://github.com/apache/airflow/pull/33968): @hussein-awala
      - [ ] [Update Azure fileshare hook to use azure-storage-file-share 
instead of azure-storage-file 
(#33904)](https://github.com/apache/airflow/pull/33904): @pankajastro
      - [ ] [replace loop by any when looking for a positive value in providers 
(#33984)](https://github.com/apache/airflow/pull/33984): @hussein-awala
      - [ ] [Replace try - except pass by contextlib.suppress in providers 
(#33980)](https://github.com/apache/airflow/pull/33980): @hussein-awala
      - [ ] [Remove some useless try/except from providers code 
(#33967)](https://github.com/apache/airflow/pull/33967): @hussein-awala
      - [ ] [Replace sequence concatination by unpacking in Airflow providers 
(#33933)](https://github.com/apache/airflow/pull/33933): @hussein-awala
      - [ ] [Remove a deprecated option from `BigQueryHook.get_pandas_df` 
(#33819)](https://github.com/apache/airflow/pull/33819): @RyuSA
      - [ ] [replace unnecessary dict comprehension by dict() in providers 
(#33857)](https://github.com/apache/airflow/pull/33857): @hussein-awala
      - [ ] [Improve modules import in google provider by move some of them 
into a type-checking block 
(#33783)](https://github.com/apache/airflow/pull/33783): @hussein-awala
      - [ ] [Use a single  statement with multiple contexts instead of nested  
statements in providers 
(#33768)](https://github.com/apache/airflow/pull/33768): @hussein-awala
      - [ ] [Use literal dict instead of calling dict() in providers 
(#33761)](https://github.com/apache/airflow/pull/33761): @hussein-awala
      - [ ] [remove unnecessary map and rewrite it using list in providers 
(#33763)](https://github.com/apache/airflow/pull/33763): @hussein-awala
      - [ ] [E731: replace lambda by a def method in Airflow providers 
(#33757)](https://github.com/apache/airflow/pull/33757): @hussein-awala
      - [ ] [Use f-string instead of `format` in Airflow providers 
(#33752)](https://github.com/apache/airflow/pull/33752): @hussein-awala
   ## Provider [hashicorp: 
3.4.3rc1](https://pypi.org/project/apache-airflow-providers-hashicorp/3.4.3rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [http: 
4.5.2rc1](https://pypi.org/project/apache-airflow-providers-http/4.5.2rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
      - [ ] [Convert hard-coded allowlist error code to be argument of 
HttpSensor (#33717)](https://github.com/apache/airflow/pull/33717): @okayhooni
   ## Provider [imap: 
3.3.2rc1](https://pypi.org/project/apache-airflow-providers-imap/3.3.2rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [influxdb: 
2.2.3rc1](https://pypi.org/project/apache-airflow-providers-influxdb/2.2.3rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [jdbc: 
4.0.2rc1](https://pypi.org/project/apache-airflow-providers-jdbc/4.0.2rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [jenkins: 
3.3.2rc1](https://pypi.org/project/apache-airflow-providers-jenkins/3.3.2rc1)
      - [ ] [Move the try outside the loop when this is possible in jenkins 
provider (#33979)](https://github.com/apache/airflow/pull/33979): @hussein-awala
   ## Provider [microsoft.azure: 
7.0.0rc1](https://pypi.org/project/apache-airflow-providers-microsoft-azure/7.0.0rc1)
      - [ ] [Update Azure fileshare hook to use azure-storage-file-share 
instead of azure-storage-file 
(#33904)](https://github.com/apache/airflow/pull/33904): @pankajastro
      - [ ] [Remove `AzureDataFactoryPipelineRunStatusAsyncSensor` class 
(#34036)](https://github.com/apache/airflow/pull/34036): @eladkal
      - [ ] [Remove `LocalToAzureDataLakeStorageOperator` class 
(#34035)](https://github.com/apache/airflow/pull/34035): @eladkal
      - [ ] [feat(providers/microsoft): add 
AzureContainerInstancesOperator.volume as a template field 
(#34070)](https://github.com/apache/airflow/pull/34070): @Lee-W
      - [ ] [Add DefaultAzureCredential support to AzureContainerRegistryHook 
(#33825)](https://github.com/apache/airflow/pull/33825): @Lee-W
      - [ ] [feat(providers/microsoft): add DefaultAzureCredential support to 
AzureContainerVolumeHook 
(#33822)](https://github.com/apache/airflow/pull/33822): @Lee-W
      - [ ] [docs(providers/microsoft): improve documentation for 
AzureBatchHook DefaultAzureCredential support 
(#34098)](https://github.com/apache/airflow/pull/34098): @Lee-W
      - [ ] [Remove  azure-storage-common from microsoft azure providers 
(#34038)](https://github.com/apache/airflow/pull/34038): @pankajastro
      - [ ] [Remove useless string join from providers 
(#33968)](https://github.com/apache/airflow/pull/33968): @hussein-awala
   ## Provider [microsoft.psrp: 
2.3.2rc1](https://pypi.org/project/apache-airflow-providers-microsoft-psrp/2.3.2rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [mongo: 
3.2.2rc1](https://pypi.org/project/apache-airflow-providers-mongo/3.2.2rc1)
      - [ ] [Always use Literal from typing_extensions 
(#33794)](https://github.com/apache/airflow/pull/33794): @Taragolis
   ## Provider [mysql: 
5.3.1rc1](https://pypi.org/project/apache-airflow-providers-mysql/5.3.1rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
      - [ ] [Use a single  statement with multiple contexts instead of nested  
statements in providers 
(#33768)](https://github.com/apache/airflow/pull/33768): @hussein-awala
   ## Provider [neo4j: 
3.3.3rc1](https://pypi.org/project/apache-airflow-providers-neo4j/3.3.3rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [openlineage: 
1.1.0rc1](https://pypi.org/project/apache-airflow-providers-openlineage/1.1.0rc1)
      - [ ] [Allow to disable openlineage at operator level 
(#33685)](https://github.com/apache/airflow/pull/33685): @RNHTTR
      - [ ] [openlineage: fix import in `get_custom_facets` 
(#34122)](https://github.com/apache/airflow/pull/34122): @JDarDagran
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
      - [ ] [openlineage, dbt: add OpenLineage support for DBT Cloud 
(#33959)](https://github.com/apache/airflow/pull/33959): @JDarDagran
   ## Provider [oracle: 
3.7.4rc1](https://pypi.org/project/apache-airflow-providers-oracle/3.7.4rc1)
      - [ ] [Combine similar if logics in providers 
(#33987)](https://github.com/apache/airflow/pull/33987): @hussein-awala
      - [ ] [remove unnecessary map and rewrite it using list in providers 
(#33763)](https://github.com/apache/airflow/pull/33763): @hussein-awala
   ## Provider [pagerduty: 
3.3.1rc1](https://pypi.org/project/apache-airflow-providers-pagerduty/3.3.1rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [postgres: 
5.6.1rc1](https://pypi.org/project/apache-airflow-providers-postgres/5.6.1rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
      - [ ] [Use a single  statement with multiple contexts instead of nested  
statements in providers 
(#33768)](https://github.com/apache/airflow/pull/33768): @hussein-awala
      - [ ] [Use literal dict instead of calling dict() in providers 
(#33761)](https://github.com/apache/airflow/pull/33761): @hussein-awala
   ## Provider [presto: 
5.1.4rc1](https://pypi.org/project/apache-airflow-providers-presto/5.1.4rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [redis: 
3.3.2rc1](https://pypi.org/project/apache-airflow-providers-redis/3.3.2rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
      - [ ] [Limit Redis dependencies to match celery limits 
(#33773)](https://github.com/apache/airflow/pull/33773): @potiuk
   ## Provider [salesforce: 
5.4.3rc1](https://pypi.org/project/apache-airflow-providers-salesforce/5.4.3rc1)
      - [ ] [Always use Literal from typing_extensions 
(#33794)](https://github.com/apache/airflow/pull/33794): @Taragolis
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [samba: 
4.2.2rc1](https://pypi.org/project/apache-airflow-providers-samba/4.2.2rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [sftp: 
4.6.1rc1](https://pypi.org/project/apache-airflow-providers-sftp/4.6.1rc1)
      - [ ] [respect soft_fail argument when exception is raised for sftp 
sensors (#34169)](https://github.com/apache/airflow/pull/34169): @Lee-W
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [slack: 
8.1.0rc1](https://pypi.org/project/apache-airflow-providers-slack/8.1.0rc1)
      - [ ] [Add Slack Incoming Webhook Notifier 
(#33966)](https://github.com/apache/airflow/pull/33966): @Taragolis
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [smtp: 
1.3.2rc1](https://pypi.org/project/apache-airflow-providers-smtp/1.3.2rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [snowflake: 
5.0.1rc1](https://pypi.org/project/apache-airflow-providers-snowflake/5.0.1rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
      - [ ] [Use a single  statement with multiple contexts instead of nested  
statements in providers 
(#33768)](https://github.com/apache/airflow/pull/33768): @hussein-awala
      - [ ] [Use literal dict instead of calling dict() in providers 
(#33761)](https://github.com/apache/airflow/pull/33761): @hussein-awala
   ## Provider [ssh: 
3.7.3rc1](https://pypi.org/project/apache-airflow-providers-ssh/3.7.3rc1)
      - [ ] [Use literal dict instead of calling dict() in providers 
(#33761)](https://github.com/apache/airflow/pull/33761): @hussein-awala
      - [ ] [E731: replace lambda by a def method in Airflow providers 
(#33757)](https://github.com/apache/airflow/pull/33757): @hussein-awala
   ## Provider [tableau: 
4.2.2rc1](https://pypi.org/project/apache-airflow-providers-tableau/4.2.2rc1)
      - [ ] [respect soft_fail argument when exception is raised for tableau 
sensors (#34163)](https://github.com/apache/airflow/pull/34163): @Lee-W
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [trino: 
5.3.1rc1](https://pypi.org/project/apache-airflow-providers-trino/5.3.1rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   ## Provider [vertica: 
3.5.2rc1](https://pypi.org/project/apache-airflow-providers-vertica/3.5.2rc1)
      - [ ] [Custom fetch all handler for vertica to not miss errors 
(#34041)](https://github.com/apache/airflow/pull/34041): @darkag
   ## Provider [zendesk: 
4.3.2rc1](https://pypi.org/project/apache-airflow-providers-zendesk/4.3.2rc1)
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
   
   <!--
   
   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:
   @Taragolis @fabiogra @vijay-jangir @darkag @okayhooni @moiseenkov @RyuSA 
@potiuk @yermalov-here @eladkal @bkossakowska @hussein-awala @pankajastro 
@adam133 @kristopherkane @pankajkoti @melugoyal 
   @pierrejeambrun @JDarDagran @GeoffroyDFox @RNHTTR @mjsqu @dstandish 
@josh-fell @wolfdn @Lee-W
   
   ### 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]

Reply via email to