kleine Änderungen
This commit is contained in:
18
.sqlfluff
Normal file
18
.sqlfluff
Normal file
@@ -0,0 +1,18 @@
|
||||
[sqlfluff]
|
||||
dialect = postgres
|
||||
templater = jinja
|
||||
sql_file_exts = .sql,.sql.j2,.dml,.ddl
|
||||
|
||||
[sqlfluff:indentation]
|
||||
indented_joins = True
|
||||
indented_using_on = True
|
||||
template_blocks_indent = False
|
||||
|
||||
[sqlfluff:templater]
|
||||
unwrap_wrapped_queries = True
|
||||
|
||||
[sqlfluff:templater:jinja]
|
||||
apply_dbt_builtins = True
|
||||
|
||||
[sqlfluff:rules:capitalisation.keywords]
|
||||
capitalisation_policy = upper
|
||||
Reference in New Issue
Block a user