betodealmeida commented on PR #21446: URL: https://github.com/apache/superset/pull/21446#issuecomment-1261546038
Is the problem that the Clickhouse driver is returning columns that are dictionaries instead of `ColumnTable` objects? If so you can override the `get_columns` method of the Clickhouse DB engine spec to return and object instead of a dict. -- 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]
