wooden-spring-14915
09/21/2021, 6:02 PMelegant-house-93198
adventurous-furniture-1306
09/21/2021, 6:27 PMadventurous-furniture-1306
09/21/2021, 8:19 PMadventurous-furniture-1306
09/21/2021, 8:19 PMadventurous-furniture-1306
09/22/2021, 6:33 PMcreate_query
to make a Looker API query, and get an ID for step 4
{
"model": {lookml_model_name},
"view": {lookml_view_name}, from your explore LookML
"fields": ["{lookml_field_name}"], from the set:value list
"limit": "0" we just need a query ID
}
1. (step 4) GET`/queries/{query_id}/run/{result_format}` if you format the results as SQL, you’ll get a clean from schema.table
back from the APIadventurous-furniture-1306
09/22/2021, 6:35 PMadventurous-furniture-1306
09/22/2021, 6:38 PM