question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Your dashboard is too large. Please reduce the size before save it.

See original GitHub issue

Expected results

Dashboard should allow to add the new charts and resizing the charts after clicking save button.

Actual results:

I have an existing dashboard created and contains some charts. Now, I’m trying to add the new charts to it. Dashboard is not allowing me to save after adding the new charts. Instead, it shows a pop up as shown in below screenshot.

Screenshots

image

Environment

  • superset version: 1.0.1
  • python version: python 3.7
  • OS: Ubuntu 16.04

Checklist

  • I have checked the superset logs for python stack traces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven’t found one similar.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ramesh2744commented, Jun 15, 2021

I got confusion in adding for this one as bug or improvement. For now, I Kept this issue as a bug. Please change it to respective category as needed.

0reactions
Kingflyingercommented, Jan 13, 2022

@Kingflyinger FYI, you can modify that parameter in your superset_config.py. The default value is set based on the maximum size of the TEXT column type in an old MySQL version: https://stackoverflow.com/questions/6766781/maximum-length-for-mysql-type-text#:~:text=TEXT is a string data,maximum length of 4%2C294%2C967%2C295 characters. For Postgres or a newer version of MySQL I believe this is around 1Gb, so you can safely add a few zeros to the current default value which is 65535.

thank you for your information, I searched DB storage and found nothing. happy to know I can just add zeros

Read more comments on GitHub >

github_iconTop Results From Across the Web

superset error "Your dashboard is too large. Please reduce ...
Tried to modify the parameter SUPERSET_DASHBOARD_POSITION_DATA_LIMIT in superset/superset/config.py. Tried modifying the type data of the column ...
Read more >
superset error "Your dashboard is too large. Please reduce ...
Whenever I try to save any change I make I get this error saying. Your dashboard is too large. Please reduce the size...
Read more >
Dashboard position_json truncates if dashboard gets too large
If a v2 dashboard gets too large, the position_json data will get truncated because the text field in mysql only allows up to...
Read more >
[GitHub] [superset] ramesh2744 edited a comment on issue ...
[GitHub] [superset] ramesh2744 edited a comment on issue #15169: Your dashboard is too large. Please reduce the size before save it.
Read more >
Issue Code Reference - Apache Superset
It's likely your datasource has grown too large to run the current query, and is timing out. You can resolve this by reducing...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found