From 711983b588f495ae8e9933f8b71bfeadf5b3ac31 Mon Sep 17 00:00:00 2001 From: yassun7010 Date: Tue, 24 Sep 2024 16:45:46 +0900 Subject: [PATCH] fix: data_tests. --- schemas/latest/dbt_yml_files-latest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schemas/latest/dbt_yml_files-latest.json b/schemas/latest/dbt_yml_files-latest.json index baf6fee..4c9cce3 100644 --- a/schemas/latest/dbt_yml_files-latest.json +++ b/schemas/latest/dbt_yml_files-latest.json @@ -820,6 +820,12 @@ "$ref": "#/$defs/column_properties" } }, + "data_tests": { + "type": "array", + "items": { + "$ref": "#/$defs/data_tests" + } + }, "external": { "type": "object" },