feat: initial project setup

This commit is contained in:
Stijnvandenbroek
2026-03-03 12:18:30 +00:00
parent 62af3114be
commit 7dd520cf41
14 changed files with 295 additions and 1 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# ── PostgreSQL ───────────────────────────────────────────────────────────────
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_USER=dagster
POSTGRES_PASSWORD=changeme
POSTGRES_DB=dagster
# ── Dagster metadata storage (uses the same postgres instance) ───────────────
DAGSTER_POSTGRES_URL=postgresql://dagster:changeme@postgres:5432/dagster
# ── dbt profile target (overrides profiles.yml env_var defaults) ─────────────
DBT_TARGET=dev