-
Notifications
You must be signed in to change notification settings - Fork 0
/
pb_project.yaml
30 lines (29 loc) · 1014 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
# Project name
name: shopify_features_and_churn
# Project's yaml schema version
schema_version: 49
# WH Connection 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
serve_traits:
# default entity traits 360 model
- id_served: user_id
name: user_id_stitched_features
# default entity traits 360 model
- id_served: main_id
name: main_id_stitched_features
packages:
- name: feature_table # Do not modify this. If this changes, it needs to be passed to train.py in the config as package_name: <value> and also in the inputs in python_model
url: https://github.com/rudderlabs/profiles-shopify-features/tree/redshift_dev
inputsMap:
rsIdentifies: inputs/rsIdentifies
rsPages: inputs/rsPages
rsTracks: inputs/rsTracks