From a5106631f4c45ff7fec03c4e517e4ac4462320e3 Mon Sep 17 00:00:00 2001 From: Evan Odell Date: Tue, 22 Oct 2024 16:02:44 +0200 Subject: [PATCH] switch out database for dataset in grant_access_to --- schemas/latest/dbt_project-latest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/latest/dbt_project-latest.json b/schemas/latest/dbt_project-latest.json index 9ea4b06..fd379b2 100644 --- a/schemas/latest/dbt_project-latest.json +++ b/schemas/latest/dbt_project-latest.json @@ -430,7 +430,7 @@ "items": { "type": "object", "properties": { - "database": { + "dataset": { "type": "string" }, "project": {