-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpb_project.yaml
43 lines (43 loc) · 940 Bytes
/
pb_project.yaml
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
# Project name
name: shopify_features
# Project's yaml schema version
schema_version: 84
# WH Connection Profile to use.
connection: shopify_wh
# Model folders to use.
model_folders:
- models
# Entities in this project and their ids.
entities:
- name: user
id_stitcher: models/shopify_user_id_stitcher
id_types:
- user_id
- anonymous_id
- email
- cart_token
- name: session
id_stitcher: models/shopify_session_id_stitcher
id_types:
- session_main_id
- session_id
id_types:
- name: user_id
- name: cart_token
- name: anonymous_id
filters:
- type: exclude
value: ""
- type: exclude
value: "unknown"
- type: exclude
value: "NaN"
- name: email
filters:
- type: include
regex: ".+@.+"
- type: exclude
value: "[email protected]"
- name: session_id
- name: session_main_id
retention_period: 720h0m0s