-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathexposures.yml
More file actions
44 lines (38 loc) · 913 Bytes
/
exposures.yml
File metadata and controls
44 lines (38 loc) · 913 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
36
37
38
39
40
41
42
43
44
version: 2
exposures:
- name: customers
label: CustomersFTW
type: dashboard
maturity: high
url: https://bi.tool/dashboards/1
description: >
Did someone say "exponential growth"?
depends_on:
- ref('customers')
owner:
name: Callum McData
email: data@jaffleshop.com
config:
meta:
referenced_columns:
- column_name: id
data_type: numeric
node: ref('customers')
- name: orders
label: Returned Orders
type: dashboard
maturity: high
url: https://bi.tool/dashboards/2
description: >
Did someone say "exponential growth"?
depends_on:
- ref('orders')
owner:
name: Callum McData
email: data@jaffleshop.com
config:
meta:
referenced_columns:
- column_name: "order_id"
data_type: "string"
- column_name: "ZOMG"