7 lines
219 B
YAML
7 lines
219 B
YAML
# 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
|