You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to load a dashboard we have in version control eg. customer_lifetime_value
I am using model::dashboard as an example
<DataProvider sdk={sdk}>
{/* Change this query slug to match your query slug */}
<Query dashboard="prod_report::customer_lifetime_value">
<Visualization/>
</Query>
</DataProvider>
I can see it successfully make a call and get the dashboard_elements from the looker API.
However most of the info eg. query_id etc is blank.
Do you know a way around this?
The text was updated successfully, but these errors were encountered:
We are trying to load a dashboard we have in version control eg.
customer_lifetime_value
I am using
model::dashboard
as an exampleI can see it successfully make a call and get the
dashboard_elements
from the looker API.However most of the info eg. query_id etc is blank.
Do you know a way around this?
The text was updated successfully, but these errors were encountered: