Skip to content

Commit

Permalink
fix: 🚚 restore path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Jan 24, 2024
1 parent 735419c commit beafbb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DEFAULT_GOAL := run

run:
dagster job execute -j all_assets_job -m datadex
dagster job execute -j all_assets_job -m datadex

dev:
dagster dev -m datadex
Expand Down
3 changes: 1 addition & 2 deletions dbt/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ default:
outputs:
dev:
type: duckdb
path: "data/local.duckdb"
path: "../data/local.duckdb"
threads: 8
settings:
enable_object_cache: true
enable_http_metadata_cache: true
external_root: "data/datasets"
target: dev

config:
Expand Down

0 comments on commit beafbb7

Please sign in to comment.