From 283a85c75ef06991c8adb55d8c7d47064f595b27 Mon Sep 17 00:00:00 2001 From: Yinon Dror Nahamu Date: Sat, 23 Aug 2025 17:49:47 +0300 Subject: [PATCH] Fix indentation in dbt_profiles.yml to fix error "argument of type 'NoneType' is not iterable" --- dbt_sql/dbt_profiles/profiles.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbt_sql/dbt_profiles/profiles.yml b/dbt_sql/dbt_profiles/profiles.yml index 34e98a59..e7e7b897 100644 --- a/dbt_sql/dbt_profiles/profiles.yml +++ b/dbt_sql/dbt_profiles/profiles.yml @@ -1,8 +1,8 @@ # This file defines dbt profiles for deployed dbt jobs. dbt_sql: - target: dev # default target - outputs: + target: dev # default target + outputs: # Doing local development with the dbt CLI? # Then you should create your own profile in your .dbt/profiles.yml using 'dbt init'