Skip to content

Commit

Permalink
fix: updated dagster_home
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Mar 6, 2024
1 parent 53a7e50 commit d8e6775
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 54 deletions.
24 changes: 0 additions & 24 deletions examples/vortex_demo/dagster.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ storage:
env: VORTEX_FLOWS_PG_HOST
db_name:
env: VORTEX_FLOWS_PG_DB
port: 5432
port:
env: VORTEX_FLOWS_PG_PORT

# compute_logs:
# module: dagster.core.storage.root
Expand Down
14 changes: 7 additions & 7 deletions examples/vortex_demo/workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
load_from:
- python_file: dags/web_rag_agent.py

# load_from:
# - grpc_server:
# host: vortex-flows-grpc.railway.internal
# port: 4266
# location_name: "vortex_demo"
# - python_file: dags/web_rag_agent.py

load_from:
- grpc_server:
host: vortex-flows-grpc.railway.internal
port: 4266
location_name: "vortex_demo"
60 changes: 38 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ langchain-together = "^0.0.2.post1"
numexpr = "^2.9.0"
langchain-fireworks = "^0.1.1"
semantic-router = "^0.0.27"
dagster-postgres = "^0.22.8"



Expand Down

0 comments on commit d8e6775

Please sign in to comment.