Skip to content

Commit

Permalink
fix: 🚚 run dbt within its folder
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Nov 9, 2023
1 parent 759ff06 commit b706031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dev:
@dagster dev -m datadex.dag

docs:
@dbt docs generate --project-dir dbt --profiles-dir dbt;
@cd dbt && dbt docs generate --profiles-dir .;
@mkdir -p dbt/target/docs
@cp dbt/target/*.json dbt/target/index.html dbt/target/graph.gpickle dbt/target/docs/

Expand Down

0 comments on commit b706031

Please sign in to comment.