Skip to content

Commit cca5795

Browse files
fix: corrigir indentação YAML no databricks.yml
- Corrigir indentação na linha 27 (mode: development) - Resolver erro: 'mapping values are not allowed here' - Validar sintaxe YAML localmente - Garantir compatibilidade com deploy em produção
1 parent 3b9fb57 commit cca5795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dabdbt/databricks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ variables:
2424
# The default schema, catalog, etc. for dbt are defined in dbt_profiles/profiles.yml
2525
targets:
2626
dev:
27-
mode: development
27+
mode: development
2828
default: true
2929
workspace:
3030
host: https://adb-1293581597272291.11.azuredatabricks.net/

0 commit comments

Comments
 (0)