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

   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](https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDERS.md#verify-the-release-candidate-by-contributors)
   
   Let us know in the comments, whether the issue is addressed.
   
   > [!NOTE]
   > Both providers here are **re-cuts** of candidates that were pulled from the
   > 2026-08-06 wave, so nearly everything below was already verified against
   > `google==22.3.0rc3` / `cncf-kubernetes==10.21.0rc2` in
   > https://github.com/apache/airflow/issues/71246. Please carry those results
   > over rather than re-testing them. Only two things are genuinely new:
   >
   > - `google` — #71273, which makes the provider installable on Python 3.14
   >   (it now requires the `google-cloud-aiplatform` "evaluation" extra's
   >   dependencies directly; upstream bug googleapis/python-aiplatform#7057).
   > - `cncf.kubernetes` — #71157, which corrects `version_added` to `10.21.0`
   >   for `async_pod_creation` and `pod_creation_max_concurrency`. Metadata
   >   only, no behaviour change.
   >
   > The 2026-08-06 wave is still open and votes on it separately; the two waves
   > share no providers.
   
   These are providers that require testing as there were some substantial 
changes introduced:
   
   
   ## Provider [cncf.kubernetes: 
10.21.0](https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/10.21.0)
      - [ ] [Add `--min-completed-minutes` to `cleanup-pods` to prevent KPO 
race condition (#70595)](https://github.com/apache/airflow/pull/70595): 
@noamst-monday
        Linked issues:
          - [Linked Issue 
#69269](https://github.com/apache/airflow/pull/69269): @noah-gil
      - [ ] [Add opt-in concurrent pod creation to KubernetesExecutor 
(#68480)](https://github.com/apache/airflow/pull/68480): @1fanwang
      - [ ] [Prevent deferrable `KubernetesPodOperator` log parsing from 
blocking the triggerer event loop 
(#69661)](https://github.com/apache/airflow/pull/69661): @aeroyorch
      - [ ] [Fix KubernetesPodOperator dry_run requiring live Kubernetes API 
client (#70234)](https://github.com/apache/airflow/pull/70234): @Aaryan123456679
        Linked issues:
          - [Linked Issue 
#45812](https://github.com/apache/airflow/issues/45812): @baryluk
      - [ ] [Build KubernetesInstallKueueOperator manifest URL after rendering 
(#70335)](https://github.com/apache/airflow/pull/70335): @1fanwang
        Linked issues:
          - [Linked Issue 
#70296](https://github.com/apache/airflow/issues/70296): @shahar1
      - [ ] [Mark KubernetesPodOperator and AgentOperator as durable capable 
(#70289)](https://github.com/apache/airflow/pull/70289): @amoghrajesh
      - [ ] [Validate KubernetesResourceBaseOperator yaml_conf after rendering 
(#70337)](https://github.com/apache/airflow/pull/70337): @1fanwang
        Linked issues:
          - [Linked Issue 
#70296](https://github.com/apache/airflow/issues/70296): @shahar1
      - [ ] [Document Kubernetes RBAC permissions 
(#68716)](https://github.com/apache/airflow/pull/68716): @dhkim1920
        Linked issues:
          - [Linked Issue 
#40210](https://github.com/apache/airflow/issues/40210): @pykenny
      - [ ] [Documenting effect if task state store cleanup for KPO 
(#70722)](https://github.com/apache/airflow/pull/70722): @amoghrajesh
   ## Provider [google: 
22.3.0](https://pypi.org/project/apache-airflow-providers-google/22.3.0)
      - [ ] [Emit per-statement OpenLineage events for BigQuery script jobs 
(#69234)](https://github.com/apache/airflow/pull/69234): @aaron-y-chen
        Linked issues:
          - [Linked Issue 
#47579](https://github.com/apache/airflow/issues/47579): @luke-hoffman1
      - [ ] [Add Vertex AI Agent Engine operators (Create, Get, Query, Update, 
Delete) (#68479)](https://github.com/apache/airflow/pull/68479): 
@AlejandroMorgante
      - [ ] [Adding durable execution to `BigQueryInsertJobOperator` 
(#69542)](https://github.com/apache/airflow/pull/69542): @amoghrajesh
      - [ ] [Register Stackdriver remote task logging handler 
(#70549)](https://github.com/apache/airflow/pull/70549): @fat-catTW
        Linked issues:
          - [Linked Issue 
#70267](https://github.com/apache/airflow/issues/70267): @jason810496
      - [ ] [Add CloudSQLNoOperationInProgressSensor for parallel admin ops 
(#68151)](https://github.com/apache/airflow/pull/68151): @Vamsi-klu
        Linked issues:
          - [Linked Issue 
#68040](https://github.com/apache/airflow/issues/68040): @radhwene
          - [Linked Issue 
#68361](https://github.com/apache/airflow/pull/68361): @radhwene
      - [ ] [Enable provider-based GCS remote logging resolution 
(#70504)](https://github.com/apache/airflow/pull/70504): @aaron-y-chen
        Linked issues:
          - [Linked Issue 
#67056](https://github.com/apache/airflow/pull/67056): @jason810496
          - [Linked Issue 
#70265](https://github.com/apache/airflow/issues/70265): @jason810496
          - [Linked Issue 
#70266](https://github.com/apache/airflow/issues/70266): @jason810496
      - [ ] [Make schema_fields templated in GCSToBigQueryOperator 
(#69108)](https://github.com/apache/airflow/pull/69108): @nikolauspschuetz
        Linked issues:
          - [Linked Issue 
#31481](https://github.com/apache/airflow/issues/31481): @quantumlicht
      - [ ] [Fix Google Links for Sovereign Cloud 
(#69805)](https://github.com/apache/airflow/pull/69805): @molcay
      - [ ] [Fix Google Cloud Batch error messages to include job name 
(#69783)](https://github.com/apache/airflow/pull/69783): @parkhojeong
      - [ ] [Validate Gemini batch results_folder in the worker that writes 
results (#70393)](https://github.com/apache/airflow/pull/70393): @shahar1
        Linked issues:
          - [Linked Issue 
#70362](https://github.com/apache/airflow/pull/70362): @daesung9511
      - [ ] [Fail deferred Cloud Composer tasks when the GCP operation errors 
(#70430)](https://github.com/apache/airflow/pull/70430): @SEPURI-SAI-KRISHNA
      - [ ] [Apply the team scope in the Google Secret Manager backend 
(#70869)](https://github.com/apache/airflow/pull/70869): @potiuk
      - [ ] [Delay BigQueryToMsSqlOperator source table parsing 
(#70493)](https://github.com/apache/airflow/pull/70493): @fat-catTW
        Linked issues:
          - [Linked Issue 
#70296](https://github.com/apache/airflow/issues/70296): @shahar1
      - [ ] [Emit GCSToGCSOperator deprecation warnings after rendering 
(#70449)](https://github.com/apache/airflow/pull/70449): @haseebmalik18
        Linked issues:
          - [Linked Issue 
#70296](https://github.com/apache/airflow/issues/70296): @shahar1
      - [ ] [Emit GCSListObjectsOperator delimiter deprecation warning after 
rendering (#70533)](https://github.com/apache/airflow/pull/70533): @yuseok89
        Linked issues:
          - [Linked Issue 
#70296](https://github.com/apache/airflow/issues/70296): @shahar1
      - [ ] [Move Compute Engine validation out of constructors 
(#70454)](https://github.com/apache/airflow/pull/70454): @daesung9511
        Linked issues:
          - [Linked Issue 
#70296](https://github.com/apache/airflow/issues/70296): @shahar1
      - [ ] [Prevent premature validation in Gemini batch job operators 
(#70362)](https://github.com/apache/airflow/pull/70362): @daesung9511
        Linked issues:
          - [Linked Issue 
#70296](https://github.com/apache/airflow/issues/70296): @shahar1
      - [ ] [Only refuse team scoped like secret ids when multi_team is on 
(#71078)](https://github.com/apache/airflow/pull/71078): @amoghrajesh
      - [ ] [Strip only the literal properties/ prefix from GA property link 
IDs (#70919)](https://github.com/apache/airflow/pull/70919): @Eason09053360
      - [ ] [Update system test to the latest api version of google-ads 
(#69865)](https://github.com/apache/airflow/pull/69865): @olegkachur-e
      - [ ] [Drop redundant BigQueryInsertJobOperator job ID snapshot in 
__init__ (#70494)](https://github.com/apache/airflow/pull/70494): @fat-catTW
        Linked issues:
          - [Linked Issue 
#70296](https://github.com/apache/airflow/issues/70296): @shahar1
      - [ ] [Workaround bug in google-claude-aiplatform evaluation extra 
(Python 3… (#71273)](https://github.com/apache/airflow/pull/71273): @potiuk
      - [ ] [Document effect of state-store cleanup for operators with durable 
execution (#70721)](https://github.com/apache/airflow/pull/70721): @amoghrajesh
   
   <!--
   
   NOTE TO RELEASE MANAGER:
   
   You can move here the providers that have doc-only changes or for which 
changes are trivial, and
   you could assess that they are OK.
   
   -->
   All users involved in the PRs:
   @SEPURI-SAI-KRISHNA @1fanwang @aaron-y-chen @AlejandroMorgante @daesung9511 
@potiuk @noamst-monday @nikolauspschuetz @parkhojeong @Eason09053360 @Vamsi-klu 
@haseebmalik18 @amoghrajesh @aeroyorch @olegkachur-e @Aaryan123456679 @shahar1 
@dhkim1920 @fat-catTW @yuseok89 @molcay


-- 
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