Skip to content

Commit

Permalink
small fix on unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mehd-io committed Jul 9, 2024
1 parent c3b0094 commit 8f405b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ pypi-transform:
# Note : start_date and end_date depends on the mock data in the test
pypi-transform-test:
$(DOCKER_CMD) dbt test \
--target $$DBT_TARGET \
--target dev \
--project-dir $$DBT_FOLDER \
--profiles-dir $$DBT_FOLDER \
--vars '{"start_date": "2023-04-01", "end_date": "2023-04-03"}'
--vars '{"start_date": "2023-04-01", "end_date": "2023-04-03", "data_source": "external_source"}'

## Docker
build:
Expand Down
2 changes: 1 addition & 1 deletion transform/pypi_metrics/packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- git: "https://github.com/EqualExperts/dbt-unit-testing"
revision: v0.4.12
revision: v0.4.2

0 comments on commit 8f405b4

Please sign in to comment.