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?
We are trying to load a dashboard we have in version control eg.
customer_lifetime_valueI am using
model::dashboardas an exampleI can see it successfully make a call and get the
dashboard_elementsfrom the looker API.However most of the info eg. query_id etc is blank.

Do you know a way around this?