Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/kgmcquate/dbt-testgen in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
kevin committed Jan 6, 2024
2 parents cde1829 + aa2acce commit 0781bb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dbt_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:

- name: dbt test macros
run: dbt test --target ${DBT_TARGET} --exclude tag:dataset-colnames_with_spaces

- name: Create seed tests
run: |
dbt compile --target ${DBT_TARGET} -q \
Expand All @@ -192,5 +192,4 @@ jobs:
- name: dbt test seeds
run: dbt test --target ${DBT_TARGET} --select config.materialized:seed --exclude "dbt_utils_recency*" --exclude tag:dataset-colnames_with_spaces



2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
path: '../docs/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ models:
interval: 2
columns:
- name: user_id
description: Numeric range test generated by dbt-testgen
tests:
- unique
- not_null
Expand Down

0 comments on commit 0781bb2

Please sign in to comment.