You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any API endpoint for exporting data returns the same error:
"message": "Not a valid rison schema {} is not of type 'array'\n\nFailed validating 'type' in schema:\n {'items': {'type': 'integer'}, 'type': 'array'}\n\nOn instance:\n {}
This happens on 3.1.1, 3.1.2 and 4.0.0 using superset official docker container.
How to reproduce the bug
in your browser, goto swagger/v1
Authenticate with tokens
Klick on any GET endpoint example: api/dataset/export
Bug description
Any API endpoint for exporting data returns the same error:
"message": "Not a valid rison schema {} is not of type 'array'\n\nFailed validating 'type' in schema:\n {'items': {'type': 'integer'}, 'type': 'array'}\n\nOn instance:\n {}
This happens on 3.1.1, 3.1.2 and 4.0.0 using superset official docker container.
How to reproduce the bug
Screenshots/recordings
Superset version
3.1.2
Python version
3.10
Node version
16
Browser
Chrome
Additional context
Database used is Postgres 16
LDAP used for authentication (Active Directory)
FEATURE_FLAGS = {"TAGGING_SYSTEM": True, "RLS_IN_SQLLAB": True, "DRILL_TO_DETAIL": True, "ALERT_REPORTS": True, "DASHBOARD_CROSS_FILTERS": True, "DASHBOARD_RBAC": True, "THUMBNAILS" : True, "THUMBNAILS_SQLA_LISTENERS": True, "ENABLE_TEMPLATE_PROCESSING": True, "ENABLE_TEMPLATE_REMOVE_FILTERS": True, "ENABLE_SCHEDULED_EMAIL_REPORTS": True, "EMAIL_NOTIFICATIONS": True,"EMBEDDED_SUPERSET": True}
Checklist
The text was updated successfully, but these errors were encountered: