Skip to content

Commit

Permalink
added data to all files
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Feb 16, 2023
1 parent 6a5baba commit 056a886
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tests/invalid/schema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# this file was generated with dbt init with dbt 1.2.1

version: 2

models:
- name: my_first_dbt_model
description: "A starter dbt model"
jarrod: saltalamachhia
columns:
- name: id
description: "The primary key for this table"
nomar: garciaparra
tests:
- unique
- not_null

- name: my_second_dbt_model
description: "A starter dbt model"
columns:
- name: id
description: "The primary key for this table"
tests:
- unique
- not_null
8 changes: 8 additions & 0 deletions tests/invalid/selectors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
selector:
- name: nodes_to_joy
definition:
method_of_attack: tag
value: nightly
dont_include:
- "@tag:daily"

8 changes: 8 additions & 0 deletions tests/valid/selectors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
selectors:
- name: nodes_to_joy
definition:
method: tag
value: nightly
exclude:
- "@tag:daily"

0 comments on commit 056a886

Please sign in to comment.