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>
11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
# Pipeline dependencies
|
|
meltano==3.5.*
|
|
dbt-postgres~=1.9
|
|
apache-airflow==2.11.*
|
|
apache-airflow-providers-postgres>=5.0
|
|
typesense>=0.21
|
|
requests>=2.31
|
|
openpyxl>=3.1
|
|
odfpy>=1.4
|
|
psycopg2-binary>=2.9
|