maybedino commented on issue #28114: URL: https://github.com/apache/superset/issues/28114#issuecomment-2675299913
The SSH option only shows up if the engine has the "ssh" to base, it was still missing from the clickhouse engine: https://github.com/apache/superset/blob/422a07b3825bd675deb540f652dd3aa3a8737eac/superset/db_engine_specs/clickhouse.py#L199-L221 Adding it there was enough to make it work for us, I opened a pull request with the changes: https://github.com/apache/superset/pull/32348 -- 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]
