Running a look with several filters via API
Here we are going to run a look with modified filter values and retrieve the results. This demo uses this Look.
It is similar to the simple single-filter example we already covered. But adds both a) filter values as lists and b) multiple filters at once.
https://github.com/ChainArgos/api-demos/blob/main/looker/look_query_multi/look_query_multi.py
Last updated