Problem when creating dataset/chart/dashboard if database is Trino with TRINO_EXPAND_ROWS #27939
Open
2 of 3 tasks
Labels
data:connect:trino
Related to Trino
Bug description
Importing a dataset/chart/dashboard linked to a Trino database with TRINO_EXPAND_ROWS=True and "Row expansion in schema" activated, returns an error via the API & Superset interface.
To avoid this error, you need to remove the following lines from the YAML file before importing:
Superset API shouldn't break when new extras are added to a database as the database itself isn't altered when we remove existing extras from the YAML file and import the dataset with this altered schema. It seems like the extra in the YAML doesn't really matter at the end, so it shouldn't break the API.
Thx!
How to reproduce the bug
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.10
Node version
16
Browser
Firefox
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: