Skip to content

Commit

Permalink
refactored tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin committed Jan 2, 2024
1 parent b8095f2 commit 8a9d952
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions integration_tests/tests/create_seeds_tests_yml.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dbt compile -q \
--inline "{{ testgen.get_test_suggestions(ref('users'), resource_type='seeds') }}" \
> seeds/users_test_suggestions.yml

dbt compile -q \
--inline "{{ testgen.get_test_suggestions(ref('colnames_with_spaces'), resource_type='seeds', column_config={'quote': true}) }}" \
> seeds/colnames_with_spaces_test_suggestions.yml

0 comments on commit 8a9d952

Please sign in to comment.