forked from looker-open-source/app-ml-accelerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.lkml
44 lines (39 loc) · 1.18 KB
/
manifest.lkml
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
37
38
39
40
41
42
43
44
project_name: "marketplace_bqml_ext"
application: ml-accelerator {
label: "Machine Learning Accelerator"
file: "bundle.js"
sri_hash: "Bf330NOp0B0RK3lAsFPd0mY2/wLNeuhSEnqz/e/vtX97ZDZX2P7HQSHOBMvQQn1V"
entitlements: {
core_api_methods: [
"all_lookml_models",
"create_query",
"run_query",
"lookml_model_explore",
"model_fieldname_suggestions",
"me",
"user_attribute_user_values",
"create_sql_query",
"run_sql_query"
]
use_form_submit: yes
use_embeds: yes
use_iframes: yes
new_window: yes
new_window_external_urls: ["https://developers.google.com/machine-learning/glossary", "https://cloud.google.com/vertex-ai/docs/model-registry/introduction"]
scoped_user_attributes: [
"bigquery_connection_name",
"bqml_model_dataset_name",
"gcp_project",
]
}
}
constant: CONNECTION_NAME {
value: "ga4_obfuscated_sample_ecommerce"
export: override_required
}
constant: BQML_MODEL_DATASET_NAME {
value: "{{_user_attributes['marketplace_bqml_ext_ml_accelerator_bqml_model_dataset_name']}}"
}
constant: GCP_PROJECT {
value: "{{_user_attributes['marketplace_bqml_ext_ml_accelerator_gcp_project']}}"
}