From a0c669ec0b494759c195f7d6c9083c617ae9b8a5 Mon Sep 17 00:00:00 2001 From: AaronCoquet-Easypark <110165637+AaronCoquet-Easypark@users.noreply.github.com> Date: Tue, 31 Jan 2023 05:48:36 +0100 Subject: [PATCH] Add `loader` to table-level properties (#32) Addresses #28 --- schemas/dbt_yml_files.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/dbt_yml_files.json b/schemas/dbt_yml_files.json index a219664..301d033 100644 --- a/schemas/dbt_yml_files.json +++ b/schemas/dbt_yml_files.json @@ -517,6 +517,9 @@ "type": "string", "description": "Which column to check during data freshness tests. Only needed if the table has a different loaded_at_field to the one defined on the source overall." }, + "loader": { + "type": "string" + }, "meta": { "type": "object" },