fix(pipeline): bump Airflow to 2.11 and dbt to 1.9 to resolve SQLAlchemy conflict
Some checks failed
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 32s
Build and Push Docker Images / Build Frontend (Next.js) (push) Successful in 1m5s
Build and Push Docker Images / Build Integrator (push) Successful in 57s
Build and Push Docker Images / Build Kestra Init (push) Successful in 32s
Build and Push Docker Images / Build Pipeline (Meltano + dbt + Airflow) (push) Failing after 49s
Build and Push Docker Images / Trigger Portainer Update (push) Has been skipped
Some checks failed
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 32s
Build and Push Docker Images / Build Frontend (Next.js) (push) Successful in 1m5s
Build and Push Docker Images / Build Integrator (push) Successful in 57s
Build and Push Docker Images / Build Kestra Init (push) Successful in 32s
Build and Push Docker Images / Build Pipeline (Meltano + dbt + Airflow) (push) Failing after 49s
Build and Push Docker Images / Trigger Portainer Update (push) Has been skipped
Airflow 2.10 requires SQLAlchemy <2.0, but dbt-postgres 1.8+ pulls in SQLAlchemy 2.x. Airflow 2.11 supports SQLAlchemy 2. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -84,7 +84,7 @@ plugins:
|
|||||||
utilities:
|
utilities:
|
||||||
- name: dbt-postgres
|
- name: dbt-postgres
|
||||||
variant: dbt-labs
|
variant: dbt-labs
|
||||||
pip_url: dbt-postgres~=1.8
|
pip_url: dbt-postgres~=1.9
|
||||||
config:
|
config:
|
||||||
project_dir: $MELTANO_PROJECT_ROOT/transform
|
project_dir: $MELTANO_PROJECT_ROOT/transform
|
||||||
profiles_dir: $MELTANO_PROJECT_ROOT/transform
|
profiles_dir: $MELTANO_PROJECT_ROOT/transform
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Pipeline dependencies
|
# Pipeline dependencies
|
||||||
meltano==3.5.*
|
meltano==3.5.*
|
||||||
dbt-postgres~=1.8
|
dbt-postgres~=1.9
|
||||||
apache-airflow==2.10.*
|
apache-airflow==2.11.*
|
||||||
apache-airflow-providers-postgres>=5.0
|
apache-airflow-providers-postgres>=5.0
|
||||||
typesense>=0.21
|
typesense>=0.21
|
||||||
requests>=2.31
|
requests>=2.31
|
||||||
|
|||||||
Reference in New Issue
Block a user