From 837b362fd129e51914df375f2c3cd3d5a82e1640 Mon Sep 17 00:00:00 2001 From: tosh2230 Date: Sat, 26 Oct 2024 10:07:56 +0900 Subject: [PATCH] dbt data_tests --- tests/dbt/project_01/models/example/schema.yml | 4 ++-- tests/dbt/project_02/models_a/example/schema.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/dbt/project_01/models/example/schema.yml b/tests/dbt/project_01/models/example/schema.yml index 2a53081..9730b70 100644 --- a/tests/dbt/project_01/models/example/schema.yml +++ b/tests/dbt/project_01/models/example/schema.yml @@ -7,7 +7,7 @@ models: columns: - name: id description: "The primary key for this table" - tests: + data_tests: - unique - not_null @@ -16,6 +16,6 @@ models: columns: - name: id description: "The primary key for this table" - tests: + data_tests: - unique - not_null diff --git a/tests/dbt/project_02/models_a/example/schema.yml b/tests/dbt/project_02/models_a/example/schema.yml index 2a53081..9730b70 100644 --- a/tests/dbt/project_02/models_a/example/schema.yml +++ b/tests/dbt/project_02/models_a/example/schema.yml @@ -7,7 +7,7 @@ models: columns: - name: id description: "The primary key for this table" - tests: + data_tests: - unique - not_null @@ -16,6 +16,6 @@ models: columns: - name: id description: "The primary key for this table" - tests: + data_tests: - unique - not_null