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

View File

@@ -0,0 +1,6 @@
# Dagster stores run history, event logs, and schedules in PostgreSQL.
# Connection URL is read from the DAGSTER_POSTGRES_URL environment variable.
storage:
postgres:
postgres_url:
env: DAGSTER_POSTGRES_URL