This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi, I am trying to limit the amount of data transferred back from the
API.I can get a subset of fields using fields=.. parameter in the
query.However, I want to limit also a set of fields returned within a
nested structure. For example when I call/da...
We would like to build a custom navigation for embed type users.We can
get the list of the looks and dashboards embed user created and a list
of all LookML dashboards, based on the models user has access to using
API.However, is there a way to get al...
Hi, I am looking at the clarifications on Scheduling Conditions. Here is
Looker help description. and results changed since last run : This
option cuts down on unnecessary data deliveries. Looker sends the data
only if the query results have changed ...
Hi, I am using a persist_with with datagroup at the model level. Also, I
have a parameter suggest_persist_for on one of the fields, used to
filter the data. I found an old topic from 2017, that says that these
two are not connected and filter suggest...
Looks like the subset can be passed in in parenthesis for a non-nested
struture:user_id,id,model,space(id,name)However, I still cannot find a
way to do it for a nested structure. For example this is part of
all_models call:"explores": [ { "descriptio...
I followed this: https://docs.looker.com/reference/embedding/sso-embed
passing user_timezone as a part of the embed user creation and it works
like a charm. Just make sure you do not include it in the signature.
The easiest way is to use back-end APIs to validate generated SQL. We
implemented a framework to fetch the definition of every explore,
dashboard and Look, extract the query (Looker “query” tag) and run it on
the server. If it returns data - everythi...
The reason I am asking is I see a different behavior on 6.22. I have a
datagroup with a SQL trigger on the model. Also, I have
suggest_persist_for on several fields in different explores inside of
the model. When I set suggest_persist_for: 0 seconds ...
Hi, is there a way to find out what the Looker user was who initiated
the call? We want to do some processing of data via webhook and then
notify user back it’s available for download or something like this.