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.

[superset 0.23.2] bug no default charts position in dashboard, dashboard is empty

See original GitHub issue

Make sure these boxes are checked before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if 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

Superset version

0.23.2

Expected results

when create a new dashboard with some slice, we can view the slice(charts) in dashboard without addtional position json configuration like this:

[
    {
        "col": 1, 
        "row": 0, 
        "size_x": 8, 
        "size_y": 3, 
        "slice_id": "49"
    }, 
    {
        "col": 5, 
        "row": 3, 
        "size_x": 8, 
        "size_y": 3, 
        "slice_id": "50"
    }
]

Actual results

However in superset 0.23.2 version, the dashboard is totally empty after adding some slice(charts) in the dashboard. And if I fill in the position json in dashboard edition page as above, the slices could be shown.

Steps to reproduce

install superset 0.23.2 create a dashboard, add some slices and click into the newly added dashboard, you will see nothing.

screen shot 2018-03-17 at 11 24 54 pm screen shot 2018-03-17 at 11 25 09 pm

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

7reactions
napjoncommented, Mar 23, 2018

Sorry as we’re ironing out our release process. Part of the Apache process will force us to come up with steady solid releases. It probably won’t make you feel better but I spent much more than 4 hours working on trying to come up with solid releases lately 😦

No need to apologize! Bug happens. Probably a good principle to sort through GitHub issues after spending 1 hour debugging cryptic bug.

Thank you for your hard work on creating such an immensely useful tool. Been using it to speed up all of my report/summary.

1reaction
cah-jeffgrahamcommented, Mar 23, 2018

Agree with @napjon on appreciating all the hard work thats been put into tool. We’re hoping this will help our data discovery teams.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[superset 0.23.2] bug no default charts position in dashboard ...
However in superset 0.23.2 version, the dashboard is totally empty after adding some slice(charts) in the dashboard. And if I fill in the ......
Read more >
Caching - Apache Superset
Explore chart form data (required): EXPLORE_FORM_DATA_CACHE_CONFIG. Please note, that Dashboard and Explore caching is required. If these caches are undefined, ...
Read more >
Problem With Positioning Of Charts In Superset ... - ADocLib
This tutorial targets someone who wants to create charts and dashboards in corner of the chart until the chart layout snaps into a...
Read more >
UPDATING.md · Gitee 极速下载/Superset
20606: When user clicks on chart title or "Edit chart" button in Dashboard page, Explore opens in the same tab. Clicking while holding...
Read more >
Installation & Configuration - apache-superset - Read the Docs
In general dashboards and charts are not accessible to unauthorized requests, that is why the worker needs to take over credentials of an...
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