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'