apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
61.84k stars 13.54k forks source link

Cratedb failed to add table in superset #5978

Closed javyxu closed 5 years ago

javyxu commented 5 years ago

Hi, This is an error caused by cratedb being used in superset. Please advise!

Expected results

image

Actual results

image

javyxu commented 5 years ago

hi,I found that simplejosn cannot convert set to json directly, but needs to convert set to list side first.

hajdbo commented 5 years ago

You can use Superset with CrateDB ( >=3.2) using its crate-python client. Please note that if a source table contains timestamp columns, you would have to edit the table metadata and explicitly provide the datatime format for those columns.

See https://github.com/crate/crate-python/issues/307#issuecomment-477524259

hajdbo commented 5 years ago

@kristw please close: op closed the upstream crate issue.