Skip to content

Fix google gke system dag deprecations#69876

Open
viiccwen wants to merge 1 commit into
apache:mainfrom
viiccwen:fix-google-gke-system-dag-deprecations
Open

Fix google gke system dag deprecations#69876
viiccwen wants to merge 1 commit into
apache:mainfrom
viiccwen:fix-google-gke-system-dag-deprecations

Conversation

@viiccwen

Copy link
Copy Markdown
Contributor

Fixes a separate problem exposed after the Vertex AI Feature Store system Dag no longer blocked the generic import and serialization path.

Five Google Kubernetes Engine system Dags configured initial_node_count at the cluster level, which the Google provider deprecates. They now configure the initial node count on an explicit default-pool node pool. Existing Autopilot settings remain unchanged.

closes #69825


Was generative AI tooling used to co-author this PR?
  • Yes - GPT-5.6 Sol

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

@viiccwen viiccwen requested a review from shahar1 as a code owner July 14, 2026 14:59
@boring-cyborg boring-cyborg Bot added area:providers provider:google Google (including GCP) related issues labels Jul 14, 2026
@viiccwen

Copy link
Copy Markdown
Contributor Author

cc @shahar1, @henry3260. 🙌

Deprecated cluster-level fields cause example Dags to emit warnings when provider deprecations are enforced, including during serialization checks.

Signed-off-by: viiccwen <vicwen@apache.org>
@viiccwen viiccwen force-pushed the fix-google-gke-system-dag-deprecations branch from 1bf5cc2 to 4847b3e Compare July 14, 2026 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:google Google (including GCP) related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Google GKE system Dags use deprecated cluster fields

1 participant