Skip to content

Commit

Permalink
fix: Add missing files for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
blarghmatey committed Feb 20, 2025
1 parent cfa9b90 commit 0441c0b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
bin/pants
**/*.db
**/*.duckdb
**/dagster_local/*
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
timeout: 3s
retries: 10
ports:
- 5432:5432
- 5432
environment:
PGUSER: postgres
POSTGRES_USER: postgres
Expand Down
24 changes: 24 additions & 0 deletions src/ol_orchestrate/dagster.dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
scheduler:
module: dagster.core.scheduler
class: DagsterDaemonScheduler
run_coordinator:
module: dagster.core.run_coordinator
class: QueuedRunCoordinator
storage:
postgres:
postgres_db:
username:
env: DAGSTER_PG_USERNAME
password:
env: DAGSTER_PG_PASSWORD
hostname:
env: DAGSTER_PG_HOST
db_name:
env: DAGSTER_PG_DB
port: 5432
local_artifact_storage:
module: dagster.core.storage.root
class: LocalArtifactStorage
config:
base_dir: "/opt/dagster/app/"
Empty file.

0 comments on commit 0441c0b

Please sign in to comment.