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

FR: Large dashboard warning text tile automation #1358

Closed
vishal-dharm opened this issue Aug 24, 2023 · 0 comments · Fixed by #1359
Closed

FR: Large dashboard warning text tile automation #1358

vishal-dharm opened this issue Aug 24, 2023 · 0 comments · Fixed by #1359
Assignees
Labels
enhancement New feature request p3 Priority 3 python Python SDK issues

Comments

@vishal-dharm
Copy link
Collaborator

Context

  • Large dashboards are a common source of performance issues in Looker. Our public documentation recommends to avoid creating dashboards with more than 25 tiles, however, there's no clear way for administrators to enforce this. Providing an automated way for administrators to notify users their dashboards don't adhere to best practices will reduce manual toil and mitigate a large contributor to performance issues.

Problem

  • Getting users to adhere to dashboard best practices is a difficult and manual process.
  • There's no framework or recommended method for enforcing dashboards should have less than 25 tiles.

Proposal

  • An example that shows how to use the Looker API to add warning text tiles to the top of large dashboards (default is greater than 25 queries but that can be modified).
@vishal-dharm vishal-dharm added enhancement New feature request python Python SDK issues p3 Priority 3 labels Aug 24, 2023
@vishal-dharm vishal-dharm self-assigned this Aug 24, 2023
drstrangelooker added a commit that referenced this issue Nov 4, 2024
An example that shows how to use the Looker API to add warning text
tiles to the top of large dashboards. By default, a dashboard is
considered large if it is greater than 25 queries, which can be modified
in the script..

Fixes #1358

---------

Co-authored-by: Mike DeAngelo <drstrangelove@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request p3 Priority 3 python Python SDK issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants