manjudr opened a new issue, #24498: URL: https://github.com/apache/superset/issues/24498
#### How to reproduce the bug 1. Create a dataset in Apache Druid that includes a column with the JSON data type. Example - https://druid.apache.org/docs/latest/querying/nested-columns.html#example-nested-data 2. Open the superset and establish a connection to the Apache druid. 3. Import the dataset which has the complex JSON column type. 4. During the import process, Superset will encounter an exception, specifically an import failure, caused by the presence of the complex JSON column type. ### Expected results Should support importing the dataset from apache druid which has a complex JSON column ### Actual results Fails to import the data which has the complex JSON column type. ### Environment (please complete the following information): - browser type and version: Any browser - superset version: `Version: 2.0.0` ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [X] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [X] I have reproduced the issue with at least the latest released version of superset. - [X] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Docker image details ``` image: repository: amancevice/superset tag: 2.0.0 pullPolicy: Always ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
