Skip to content

Superset: ingestion of the empty dashboard fails #3713

@grumbler

Description

@grumbler

When dashboard is empty and doesn't contain any charts ingestion fails here:

        raw_position_data = dashboard_data.get("position_json", "{}")
        position_data = json.loads(raw_position_data)

position_json is None in this case

Expected behavior

Import empty dashboard without charts

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugBug report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions