From 4ab076ab6533805376202c86fb4b5fc42a6da4c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Sun, 24 May 2026 15:05:42 +0200 Subject: [PATCH 1/3] chore: Bump airflow tests versions --- .github/workflows/ci.yaml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc46dc8..0c8f228 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,29 +28,31 @@ jobs: fail-fast: false matrix: python-version: + # TODO: Requires dbt 1.12 which is in beta at the time of check. + # - '3.14' - '3.13' - '3.12' - '3.11' - '3.10' airflow-version: - # Latest release as of 2025-12-27 + # Latest release as of 2026-05-24 # See: https://airflow.apache.org/docs/apache-airflow/stable/release_notes.html - - '3.1.5' - # GCP Cloud Composer latest as of 2025-12-27 + - '3.2.1' + # GCP Cloud Composer latest as of 2026-05-24 # See: https://docs.cloud.google.com/composer/docs/composer-versions - # TODO: Uncomment once 'SUPERVISOR_COMMS' import bug is figured out - # This is fixed in later versions of Airflow. - # - '3.1.0' - # AWS MWAA latest as of 2025-12-27 + - '3.1.7' + # AWS MWAA latest as of 2026-05-24 # See: https://docs.aws.amazon.com/mwaa/latest/userguide/airflow-versions.html - - '3.0.6' + # TODO: Uncomment once latest stable no longer matches MWAA latest. At the + # time of check, they are the same. + # - '3.2.1' dbt-version: - '1.11.2' - '1.10.17' exclude: - # Airflow added 3.13 support in >=3.1 - - airflow-version: '3.0.6' - python-version: '3.13' + # Airflow added 3.14 support in >=3.2 + - airflow-version: '3.1.7' + python-version: '3.14' runs-on: ubuntu-latest steps: From 961f1473b61ac40db7abf42fae35f89c8485809d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Sun, 24 May 2026 15:06:37 +0200 Subject: [PATCH 2/3] chore: Bump patch version for dbt-core --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c8f228..a41dc2b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: # time of check, they are the same. # - '3.2.1' dbt-version: - - '1.11.2' + - '1.11.11' - '1.10.17' exclude: # Airflow added 3.14 support in >=3.2 From b4758ea7f80c062bebfa9989f316be1a517dbf5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Sun, 24 May 2026 15:07:27 +0200 Subject: [PATCH 3/3] fix: Allow requests to raw.githubusercontent.com when comparing test results --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a41dc2b..0111dd8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -149,6 +149,7 @@ jobs: allowed-endpoints: > files.pythonhosted.org:443 github.com:443 + raw.githubusercontent.com:443 release-assets.githubusercontent.com:443 api.github.com:443 pypi.org:443