forked from looker-open-source/block-cortex-sap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
marketplace.json
34 lines (32 loc) · 941 Bytes
/
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
{
"label": "Cortex Data Foundation for SAP - Operational Dashboards",
"category_label": "Models",
"branding": {
"image_uri": "https://marketplace-api.looker.com/block-icons/cortex_icon.png",
"tagline": "Common operational analytics dashboarding templates for data replicated from SAP S/4 or ERP into BigQuery leveraging Cortex Data Foundation content."
},
"constants": {
"CONNECTION_NAME": {
"label": "Connection Name",
"value_constraint": "connection"
},
"GCP_PROJECT": {
"label": "GCP Project Name"
},
"REPORTING_DATASET": {
"label": "Reporting Dataset Name"
},
"CLIENT": {
"label": "SAP Client ID"
},
"SIGN_CHANGE": {
"label": "SAP Sign Change for Income Statement Reports (yes or no)"
}
},
"models": [
{
"name": "cortex_sap_operational",
"connection_constant": "CONNECTION_NAME"
}
]
}