From b398657025187253153a29ba5a50afd2106e4236 Mon Sep 17 00:00:00 2001 From: WHYTEWYLL <49686519+WHYTEWYLL@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:29:06 +0700 Subject: [PATCH] profile --- dbt_project.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dbt_project.yml b/dbt_project.yml index 4a8da52..62cae6a 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -7,6 +7,7 @@ config-version: 2 # This setting configures which "profile" dbt uses for this project. profile: "near" +require-dbt-version: ">=1.7.0" # 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 @@ -68,5 +69,5 @@ dispatch: - dbt query-comment: - comment: '{{ dbt_snowflake_query_tags.get_query_comment(node) }}' + comment: "{{ dbt_snowflake_query_tags.get_query_comment(node) }}" append: true # Snowflake removes prefixed comments.