Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add query information in DashboardEventDetail #78

Open
olexiyb opened this issue May 19, 2021 · 0 comments
Open

Add query information in DashboardEventDetail #78

olexiyb opened this issue May 19, 2021 · 0 comments

Comments

@olexiyb
Copy link

olexiyb commented May 19, 2021

Hi,

At this moment dashboard:run:complete event gives

export interface DashboardEventDetail extends EventDetail {
  id: string | number
  title: string
  dashboard_filters: LookerEmbedFilterParams
  dashboard_elements: any
  absoluteUrl: string
  url: string
  options: LookerDashboardOptions
}

It looks like part of Get Dashboard response.

Is it possible to add as well dashboard_elements?

I am specifically interested in dashboard_elements.query, dashboard_elements.query_id, dashboard_elements.query.slug part to get information about actual query used to construct dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant