looker-open-source/components

Display visualisation of version controlled dashboard

Opened this issue · 0 comments

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.
Screenshot 2024-06-12 at 13 29 37

Do you know a way around this?