Skip to content

Commit

Permalink
Update build commands to generate data
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Apr 9, 2024
1 parent 5f79989 commit 30cbf25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tasks:
cmds:
- source .venv/bin/activate && python3 -m pip install --upgrade pip
- source .venv/bin/activate && python3 -m pip install -r requirements.txt --progress-bar off
- source .venv/bin/activate && jafgen 5

build:
cmds:
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ profile: default
model-paths: ["models"]
analysis-paths: ["analyses"]
test-paths: ["data-tests"]
seed-paths: ["jaffle-data"]
seed-paths: ["jaffle-data", "seeds"]
macro-paths: ["macros"]
snapshot-paths: ["snapshots"]

Expand Down

0 comments on commit 30cbf25

Please sign in to comment.