feat: initial project setup
This commit is contained in:
6
dagster_home/dagster.yaml
Normal file
6
dagster_home/dagster.yaml
Normal 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
|
||||
Reference in New Issue
Block a user