From ca893192877778a1dfc36d4a6249688bdf50c666 Mon Sep 17 00:00:00 2001 From: Jack Forgash Date: Tue, 17 May 2022 13:29:10 -0600 Subject: [PATCH] profile fix --- dbt_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt_project.yml b/dbt_project.yml index 645d12c..6e71d97 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -6,7 +6,7 @@ version: "1.0.0" config-version: 2 # This setting configures which "profile" dbt uses for this project. -profile: "near_dbt" +profile: "default" # These configurations specify where dbt should look for different types of files. # The `source-paths` config, for example, states that models in this project can be