-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrill.yaml
More file actions
66 lines (54 loc) · 1.17 KB
/
rill.yaml
File metadata and controls
66 lines (54 loc) · 1.17 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
compiler: rillv1
title: "My Rill Tutorial"
# These are example mock users to test your security policies.
# Learn more: https://docs.rilldata.com/manage/security
mock_users:
- email: royendo@rilldata.com
name: John Doe
admin: true
- email: your_email@domain.com
groups:
- tutorial-admin
- email: your_email2@domain.com
# Custom feature flags to enable features in development, can change at anytime.
features:
- customDashboards
- cloudDataViewer
- clickhouseModeling
- customDashboards
# Project level Variables
env:
time: P1W
compare: "P1W"
test: "gs://playwright-gcs-qa/AdBids_csv.csv"
# Project wide defaults
metrics_views:
first_day_of_week: 1
smallest_time_grain: month
explores:
defaults:
time_range: P24M
time_zones:
- America/Denver
- UTC
- America/Los_Angeles
- America/Chicago
- America/New_York
- Europe/London
- Europe/Paris
- Asia/Jerusalem
- Europe/Moscow
- Asia/Kolkata
- Asia/Shanghai
- Asia/Tokyo
- Australia/Sydney
time_ranges:
# last x days/hours/months.
- PT24H
- P7D
- P14D
- P30D
- P3M
- P6M
- P12M
# olap_connector: clickhouse