From bdda6f9908d59580384b721549a2d346712752f9 Mon Sep 17 00:00:00 2001 From: Laysa Bitencourt Date: Wed, 27 Mar 2024 12:58:42 -0300 Subject: [PATCH] Update .sqlfluff from ~/.dbt to ./ --- .sqlfluff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sqlfluff b/.sqlfluff index 372ac90..3bebeac 100644 --- a/.sqlfluff +++ b/.sqlfluff @@ -80,7 +80,7 @@ project_dir = ./ # If your project works only with .env files you need to: ### Change ~/.dbt/ for ./ on profiles_dir variable here ### Remove steps on the pipeline that create and copy the profiles.yml to ~/.dbt/ folder. -profiles_dir = ~/.dbt/ +profiles_dir = ./ # Name of the profiles. # CHANGE THIS TO THE PROFILE NAME ON YOUR PROFILES.YML FILE profile = stellar_dbt_public