forked from rudderlabs/profiles-base-features
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpb_project.yaml
40 lines (40 loc) · 910 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
# Project name
name: base_features
# Project's yaml schema version
schema_version: 44
# WH Connection Profile to use.
connection: test
# Whether to allow inputs having no timestamps,
# if true, data without timestamps are included when running models
include_untimed: true
# Model folders to use.
model_folders:
- models
# Entities in this project and their ids.
entities:
- name: user
id_stitcher: models/rudder_user_id_stitcher
id_types:
- user_id
- anonymous_id
- email
- cart_token
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]"
python_requirements:
- profiles_mlcorelib