From f71393ebb5df9b9a901aa259a42bf4448493ed99 Mon Sep 17 00:00:00 2001 From: Akira Hayashi Date: Thu, 7 Mar 2024 07:16:09 +0900 Subject: [PATCH] Rename confusing profile name Athough `profiles.yml` is not needed on dbt Cloud --- dbt_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt_project.yml b/dbt_project.yml index 0099e21..933db3a 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: "snowflake" +profile: "bigquery-jaffle" require-dbt-version: ">=1.6.0rc2" # These configurations specify where dbt should look for different types of files.