Skip to content

Commit

Permalink
fix: πŸ› add profiles dir
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Nov 9, 2023
1 parent d640ff2 commit 2e4cceb
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;
@dbt docs generate --project-dir dbt --profiles-dir dbt;
@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 2e4cceb

Please sign in to comment.