-
Notifications
You must be signed in to change notification settings - Fork 1
/
marketplace.json
29 lines (28 loc) · 1.04 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
{
"label": "Looker Lens",
"category_label": "Models",
"branding": {
"image_uri": "https://marketplace-api.looker.com/block-icons/google-cloud.png",
"tagline": "This Block provides a comprehensive overview of all cost and performance data for one or multiple BQ projects, enabling users to effectively monitor BigQuery usage down to a per user level. It can be used to set up alerts to long running or high cost queries."
},
"constants": {
"CONNECTION_NAME": {
"label": "Connection Name",
"value_constraint": "connection"
},
"BILLING_EXPORT_TABLE": {
"label": "Billing Log Export Table Name",
"description": "The table name of your BQ Optimization data (typically cloudaudit_googleapis_com_data_access_*)."
},
"INFORMATION_SCHEMA_TABLE": {
"label": "Schema Name",
"description": "The table name of your BQ Optimization data (typically cloudaudit_googleapis_com_data_access_*)."
}
},
"models": [
{
"name": "looker_lens",
"connection_constant": "CONNECTION_NAME"
}
]
}