From 7c7285ad20519d51fc0902668ca3dbe0dd2b6ca5 Mon Sep 17 00:00:00 2001 From: Mike Stepanovic Date: Wed, 7 May 2025 13:22:09 -0600 Subject: [PATCH] change config version --- dbt_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt_project.yml b/dbt_project.yml index 1e0fb3b..088b357 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -3,7 +3,7 @@ # name or the intended use of these models name: "fsc_ibc" version: "1.0.0" -config-version: 1 +config-version: 2 # This setting configures which "profile" dbt uses for this project. profile: "fsc_ibc"