forked from OHDSI/dbt-synthea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sqlfluff
More file actions
35 lines (28 loc) · 746 Bytes
/
Copy path.sqlfluff
File metadata and controls
35 lines (28 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[sqlfluff]
templater = dbt
dialect = postgres
sql_file_exts = .sql,.sql.j2,.dml,.ddl
exclude_rules = L031, L014, ST06, LT05
large_file_skip_byte_limit = 0
[sqlfluff:indentation]
indent_unit = space
indent_size = 4
indented_joins = false
indented_using_on = true
template_blocks_indent = false
[sqlfluff:templater]
unwrap_wrapped_queries = true
[sqlfluff:templater:jinja]
apply_dbt_builtins = true
load_macros_from_path = macros
[sqlfluff:templater:dbt]
project_dir = ./
profiles_dir = ~/.dbt
; profile = <dbt profile>
; target = <dbt target>
[sqlfluff:rules:capitalisation.identifiers]
capitalisation_policy = lower
[sqlfluff:rules:capitalisation.keywords]
capitalisation_policy = upper
[sqlfluff:layout:type:comma]
line_position = leading