Skip to content

Commit

Permalink
Add test to yaml snapshot definition
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Dec 13, 2024
1 parent 7df04b0 commit 8fe649f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/functional/snapshots/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,10 @@
updated_at: updated_at
meta:
owner: 'a_owner'
columns:
- name: id
data_tests:
- not_null
"""

snapshots_pg__snapshot_mod_yml = """
Expand All @@ -313,6 +317,10 @@
updated_at: updated_at
meta:
owner: 'b_owner'
columns:
- name: id
data_tests:
- not_null
"""

snapshots_pg__snapshot_no_target_schema_sql = """
Expand Down

0 comments on commit 8fe649f

Please sign in to comment.