finding-google-skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Provides guidance for migrating Apache Airflow DAGs in Managed Service for Apache Airflow (MSAA; formerly Cloud Composer). Covers migration to Airflow 2.11.1 (MSAA Gen 2 and 3) and Airflow 3 (MSAA Gen 3), including environment inspection, GCS download/upload and scanning
$ npx -y skills add google/skills --skill managed-airflow-migrations --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/managed-airflow-migrationsContext preview
The summary Claude sees to decide when to auto-load this skill.
Provides guidance for migrating Apache Airflow DAGs in Managed Service for Apache Airflow (MSAA; formerly Cloud Composer). Covers migration to Airflow 2.11.1 (MSAA Gen 2 and 3) and Airflow 3 (MSAA Gen 3), including environment inspection, GCS download/upload and scanning
name: managed-airflow-migrations description: Provides guidance for migrating Apache Airflow DAGs in Managed Service for Apache Airflow (MSAA; formerly Cloud Composer). Covers migration to Airflow 2.11.1 (MSAA Gen 2 and 3) and Airflow 3 (MSAA Gen 3), including environment inspection, GCS download/upload and scanning patterns for breaking changes. Use when migrating the DAG code to newer Airflow version. Don't use when checking DAG run failures unrelated to code migration. metadata: category: BigDataAndAnalytics
This skill guides you through the process of adjusting Airflow DAGs from an existing Managed Service for Apache Airflow (formerly Cloud Composer) environment (or available locally) to make them compatible with **Airflow 2.11.1** (MSAA Gen 2 or 3) or **Airflow 3** (MSAA Gen 3).
--------------------------------------------------------------------------------
Before making any changes, download the existing DAG files if explicitly requested. Inspect the source environment to confirm source version only if explicitly requested. For detailed instructions about environment inspection and downloading files check [references/environment-inspection.md](references/environment-inspection.md).
--------------------------------------------------------------------------------
If migrating to Airflow 2.11.1 (MSAA Gen 2) or Airflow 3, use the list below to trace the version progression of key dependencies. The list covers changes needed to get to Airflow 2.11.1. Take them into account when migrating from Airflow 2 (earlier than 2.11.1) to Airflow 3.
manager.
`BigQueryCreateExternalTableOperator` removed; Life Sciences operators removed.
(use Vertex AI).
If migrating to Airflow 3 (MSAA Gen 3), note that this is a major version upgrade with significant changes, including:
Take into account all applicable changes within Airflow 2 (e.g. when migrating from Airflow 2.10.2, apply changes needed to move to Airflow 2.11.1 and Airflow 3 migration changes on top of that).
--------------------------------------------------------------------------------
Run the scan commands from the root of your local workspace (`./migration_workspace` unless indicated otherwise).
--------------------------------------------------------------------------------
Use these scans if migrating to Airflow 2.11.1+ (intermediate step when migrating to Airflow 3).
the DAG is unpaused.
catch events, or plan manual triggers for catch-up.
grep -rn -E "doc_md.*<|doc_md.*>|description.*<|description.*>" ./dags
`AIRFLOW__WEBSERVER__ALLOW_RAW_HTML_DESCRIPTIONS=True` in target.
grep -rn -E "pendulum\.Period|pendulum\.period" ./dags
grep -rn -E "\.test\(|set_test_now\(" ./tests 2>/dev/null || true`interval(...)`.
--------------------------------------------------------------------------------
This repository contains Agent Skills for Google products and technologies, including Google Cloud.
Repo: google/skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Provides safety-critical validation, guardrails, and data reduction for gcloud CLI operations across Google Cloud Platform (GCP) services and infrastructure.…
Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default…
Guides a developer's first steps on Google Cloud, covering account creation, billing setup, project management, and deploying a first resource. Use when a new…
Searches, retrieves, and synthesizes official Google developer documentation across Google Cloud, AI/Gemini, Android, Chrome, Web, Flutter, Go, Firebase, and…
Guides developers through managing (adding, removing, and clearing) audience members for Google products using the Data Manager API and its associated client…