-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.sqlfluff
More file actions
31 lines (28 loc) · 925 Bytes
/
.sqlfluff
File metadata and controls
31 lines (28 loc) · 925 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
[sqlfluff]
dialect = trino
templater = jinja
max_line_length = 200
rules = AL01,AL02,AL03,AL04,AL08,AM01,AM02,AM08,CP01,CP02,CP03,CP04,CP05,CV12,LT02,LT07,LT09,LT10,LT13,RF03,ST04
[sqlfluff:rules:capitalisation.keywords]
capitalisation_policy = consistent
[sqlfluff:indentation] # See https://docs.sqlfluff.com/en/stable/perma/indent_locations.html
indent_unit = space
tab_space_size = 4
indented_on_contents = False
[sqlfluff:templater:jinja:context] # unfortunately every parameter used in queries must be defined here - the value does not matter.
blockchain = 'ethereum'
starttime = '2023-01-01'
endtime = '2024-01-01'
start_time = '2023-01-01'
end_time = '2024-01-01'
period = 'last 3m'
date_granularity = 'month'
aggregate_by = 'month'
time_unit = 'hour'
units = '6'
solver_name = 'ExtQuasimodo'
environment = 'prod'
days_without_settlement = '5'
order_source = 'UI'
token_pair = 'USDC-WETH'
xrate_type = 'variable'