From c18207614637559e96a6fcc34362120e27aa9d26 Mon Sep 17 00:00:00 2001 From: Yu ISHIKAWA Date: Wed, 9 Aug 2023 11:46:38 +0900 Subject: [PATCH] Add required-dbt-version Signed-off-by: Yu ISHIKAWA --- dbt_project.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dbt_project.yml b/dbt_project.yml index c082628..0414a00 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -7,6 +7,8 @@ name: 'dbt_gcp_billing' version: '0.1.0' config-version: 2 +require-dbt-version: [">=1.0.0", "<2.0.0"] + # These configurations specify where dbt should look for different types of files. # The `model-paths` config, for example, states that models in this project can be # found in the "models/" directory. You probably won't need to change these!