-
Notifications
You must be signed in to change notification settings - Fork 1
/
marketplace.json
36 lines (35 loc) · 1.14 KB
/
marketplace.json
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
{
"label": "Retail Application Block",
"category_label": "Models",
"branding": {
"image_uri": "https://images.spot.im/v1/production/jihreyr3htt96etc26xa",
"badge": "Beta",
"tagline": "Connect this Block to your transaction-level table to get a comprehensive overview of your group and store performance, your customer behaviour, your basket dynamics, and which customer segments or product bundles to promote. This Block is built for: Retail and merchandising teams, category managers, store managers, and group VPs."
},
"constants": {
"CONNECTION_NAME": {
"label": "Connection Name",
"value_constraint": "connection"
},
"SCHEMA_NAME": {
"label": "Schema Name"
},
"CONFIG_PROJECT_NAME": {
"label": "Config Project Name"
}
},
"models": [
{
"name": "retail_block_model",
"connection_constant": "CONNECTION_NAME"
}
],
"auxiliary_projects": [
{
"git_uri": "git://github.com/kgaspard/retail_block_config.git",
"git_ref": "03b7613614f3b0f66b2b17ba006769dc7f3a96b1",
"label": "Retail Block Config",
"constant_name": "CONFIG_PROJECT_NAME"
}
]
}