-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmarketplace.json
30 lines (29 loc) · 1.09 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
{
"label": "Google Cloud Cortex Framework for YouTube",
"category_label": "Models",
"branding": {
"image_uri": "https://marketplace-api.looker.com/block-icons/cortex_icon.png",
"tagline": "Common operational dashboards for data replicated from Youtube via DV360 into BigQuery leveraging Cortex Framework content."
},
"constants": {
"CONNECTION_NAME": {
"label": "Connection Name",
"value_constraint": "connection",
"description": "Value of the BigQuery CONNECTION_NAME allowing Looker to query the Cortex Framework REPORTING dataset."
},
"GCP_PROJECT_ID": {
"label": "GCP Project ID",
"description": "The GCP project ID where the deployed Cortex Framework REPORTING dataset for Oracle EBS resides in BigQuery."
},
"REPORTING_DATASET": {
"label": "Reporting Dataset Name",
"description": "The deployed Cortex Framework REPORTING dataset where the DV360 tables and views reside within the GCP BigQuery project."
}
},
"models": [
{
"name": "cortex-youtube-dv360",
"connection_constant": "CONNECTION_NAME"
}
]
}