Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for upgrade to Cloud Composer version 2.6.5 with airflow 2.5.3 #3682

Merged
merged 3 commits into from
Feb 7, 2025

Conversation

mjumbewu
Copy link
Contributor

@mjumbewu mjumbewu commented Feb 7, 2025

Description

Updated the files to test the Cloud Composer 2.6.5 setup locally.

Relates to issue #3551.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

How has this been tested?

Docker containers were built locally by:

  • Removing previously built airflow images (including the airflow_postgres-db-volume volume)
  • Running docker compose run airflow db init and docker compose up
  • Checking the Airflow UI in the browser and the terminal logs for errors

Post-merge follow-ups

  • No action required
  • Actions required (specified below)
    1. Pause all the DAGs
    2. Create a snapshot of the current environment:
    gcloud composer environments snapshots save \
      calitp-airflow2-prod-composer2-patch \
      --location us-west2 \
      --project cal-itp-data-infra
    
    1. Upgrade the image:
    gcloud composer environments update \
      calitp-airflow2-prod-composer2-patch \
      --location us-west2 \
      --project cal-itp-data-infra \
      --image-version composer-2.10.2-airflow-2.10.2
    
    1. Unpause DAGs

@mjumbewu mjumbewu merged commit 7536eb9 into main Feb 7, 2025
1 check passed
@mjumbewu mjumbewu deleted the cloud-composer-2.6.5-airflow-2.5.3-upgrade branch February 7, 2025 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants