From 8fe649f373ba962fda2bcfaf06a6283cefcc05bb Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Fri, 13 Dec 2024 14:47:18 -0500 Subject: [PATCH] Add test to yaml snapshot definition --- tests/functional/snapshots/fixtures.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/functional/snapshots/fixtures.py b/tests/functional/snapshots/fixtures.py index 562fcb4b10f..df0c29b8fa5 100644 --- a/tests/functional/snapshots/fixtures.py +++ b/tests/functional/snapshots/fixtures.py @@ -301,6 +301,10 @@ updated_at: updated_at meta: owner: 'a_owner' + columns: + - name: id + data_tests: + - not_null """ snapshots_pg__snapshot_mod_yml = """ @@ -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 = """