-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
area:providerskind:metaHigh-level information important to the communityHigh-level information important to the communitytesting statusStatus of testing releasesStatus of testing releases
Description
Body
I have a kind request for all the contributors to the latest provider distributions 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
Let us know in the comments, whether the issue is addressed.
These are providers that require testing as there were some substantial changes introduced:
Provider amazon: 9.16.0rc1
- Firehose and kinesis hook in independent file (#56276): @xchwan
Linked issues: - Fixed incorrect path in EMR notebook waiter (#56584): @ellisms
- Add poke_mode_only to version_compat to fix the incorrect deprecation warning (#56435): @zachliu
- Refactor: deprecate wait_policy in EmrCreateJobFlowOperator in favor of wait_for_completion (#56158): @laksh-krishna-sharma
Linked issues: - Update UI authentication to handle JWT token in backend (#56633): @vincbeck
Provider apache.beam: 6.1.6rc1
Provider apache.hive: 9.1.3rc1
- FIX: incorrect access of logical_date in google bigquery operator and google workflow operator (#55110): @obarisk
Linked issues: - Replace sasl with pyhive.get_installed_sasl for pure-sasl compatibility (#55772): @kesem0811
Provider apache.kafka: 1.10.5rc1
Provider apache.spark: 5.3.3rc1
- Use ValueError instead of RuntimeError when resolving SparkSubmitHook connection (#56631): @ephraimbuddy
Provider atlassian.jira: 3.2.0rc1
- feat: add async jira notifier (#56326): @dondaum
Linked issues:
Provider celery: 3.13.0rc1
Provider cncf.kubernetes: 10.9.0rc1
- Move container-related functions from PodManager to a separate file (#56700): @AutomationDev85
- KubernetesPodOperator deferred callbacks (#47108): @johnhoran
- Fix KubernetesPodOperator termination_grace_period parameter not being applied to pod spec (#56402): @HsiuChuanHsu
Linked issues: - Preserve existing metadata labels (and other fields) in SparkApplication manifest (#56063): @mohamed-mis
Provider common.compat: 1.8.0rc1
- Add SQLA's
mapped_columnto common-compat (#56880): @Dev-iL
Linked issues: - Add compatibility lazy imports for Airflow 2 to 3 upgrade (#56790): @kaxil
Provider common.io: 1.6.4rc1
Provider dbt.cloud: 4.4.4rc1
- Add retry mechanism and error handling to DBT Hook (#56651): @AardJan
Linked issues:
Provider docker: 4.4.4rc1
- DockerSwarmOperator: Use inspect_service() instead of inspect_container() (#56043): @sealmove
Linked issues:
Provider edge3: 1.4.0rc1
- Introduce generic Callbacks to support running callbacks on executors (#54796): @ramitkataria
- Add revoke_task implementation to EdgeExecutor for task queued timeout support (#56240): @dheerajturaga
- Bugfix/remove airflow utils deprecations in edge (#56568): @jscheffl
- Fix Edge3 provider navigation with webserver base_url configuration (#56189): @dheerajturaga
Provider fab: 3.0.1rc1
- Update UI authentication to handle JWT token in backend (#56633): @vincbeck
- Werkzeug Version Check (#56398): @utieyin
- SQLA2/FAB: fix some type hints (#56928): @Dev-iL
Provider git: 0.0.9rc1
Provider google: 18.1.0rc1
- Deprecate old VertexAI generative model operators and introduce new Generative AI on Vertex AI operators (#56950): @VladaZakharova
- Add support of deferable mode for CloudDataTransferServiceRunJobOperator (#56711): @Crowiant
- Add fail_on_file_not_exist to SFTPToGCSOperator (#56528): @nguy4130
- Add GCS Dag bundle (unversioned) (#55919): @shahar1
Linked issues: - Add use_rest_api parameter for CloudComposerDAGRunSensor for pulling dag_runs using the Airflow REST API (#56138): @MaksYermak
- feature: Add Open Lineage support for CloudDataFusionStartPipelineOperator (#56365): @pawelgrochowicz
- feature: Add OpenLineage support for SpannerQueryDatabaseInstanceOperator (#56348): @pawelgrochowicz
- feature: Add OpenLineage support for CloudDataTransferServiceS3ToGCSOperator (#55946): @pawelgrochowicz
- let PubsubPullTrigger exceptions propagate to triggerer framework (#56400): @dejii
- Fix AsyncToSync call in Google provider (#56363): @VladaZakharova
- FIX: incorrect access of logical_date in google bigquery operator and google workflow operator (#55110): @obarisk
Linked issues: - Prefer BigQueryInsertJobOperator's project_id over hook's project_id for openlineage (#55948): @BasPH
- Fix ValueError in operators in Google provider (#55821): @VladaZakharova
- Deprecate CreateAutoMLVideoTrainingJobOperator in google provider (#56282): @Crowiant
- Refactor CloudSQLDatabaseHook.create_connection (#56323): @Crowiant
- Support google ads v21 in google provider (#56012): @Crowiant
Provider http: 5.4.0rc1
Provider jenkins: 4.1.4rc1
Provider keycloak: 0.2.0rc1
- Integrate KeycloakAuthManager with airflowctl (#55969): @bugraoz93
- Update refresh token flow (#55506): @vincbeck
- Update UI authentication to handle JWT token in backend (#56633): @vincbeck
Provider microsoft.azure: 12.8.0rc1
- Add msgraphfs to the Microsoft Azure provider (#55454): @bolkedebruin
- Reapply "update AzureBaseHook to return credentials that supports get_token method" (#56228): @karunpoudel
Linked issues: - Improve exception handling in AzureDataFactoryTrigger (#56350): @m1racoli
Provider openlineage: 2.7.3rc1
- Fix openlineage dag state event emit on timed out dag (#56542): @antonlin1
- Only import OL plugin listeners/hooks if OL is enabled (#56266): @jedcunningham
- nit: Bump required OL client to 1.38 for Openlineage provider (#56302): @kacpermuda
- chore: safeguard external call in OL sqlparser (#55692): @kacpermuda
Provider pagerduty: 5.1.0rc1
- feat: add async pagerduty notifier (#56540): @dondaum
Linked issues:
Provider postgres: 6.4.0rc1
- Azure IAM/Entra ID support for PostgresHook (#55729): @karunpoudel
Linked issues:
Provider slack: 9.4.0rc1
Provider snowflake: 6.6.0rc1
- Azure IAM/Entra ID support for SnowflakeHook (#55874): @karunpoudel
Linked issues: - Complete
snowflake-snowpark-pythonpip resolver hint (#56606): @notatallshaw - added the path for the how-to-guide docs for copy into Snowflake (#56527): @Srivats7
Provider standard: 1.9.1rc1
- Throw NotImplementedError error when fail_when_dag_is_paused is used in TriggerDagRunOperator with Airflow 3.x (#56965): @gopidesupavan
Provider teradata: 3.2.2rc1
- Fix mypy type errors in Teradata provider for SQLAlchemy 2 upgrade (#56861): @RoyLee1224
Linked issues: - Improve error messages in Teradata provider (#56367): @sc250072
- Build correct SQLAlchemy URI in Teradata Hook (#56305): @sc250072
Provider vertica: 4.1.3rc1
- Fix: Handle SQLAlchemy_URI for Vertica Provider (#55928): @Pyasma
Linked issues:- Linked Issue #38195: @Taragolis
All users involved in the PRs:
@AutomationDev85 @dejii @johnhoran @kacpermuda @RoyLee1224 @ephraimbuddy @BasPH @dheerajturaga @m1racoli @sjyangkevin @sc250072 @nguy4130 @dondaum @sealmove @Pyasma @antonlin1 @laksh-krishna-sharma
Committer
- I acknowledge that I am a maintainer/committer of the Apache Airflow project.
rich7420 and Pyasma
Metadata
Metadata
Assignees
Labels
area:providerskind:metaHigh-level information important to the communityHigh-level information important to the communitytesting statusStatus of testing releasesStatus of testing releases