apache / superset

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

Supporting Google Spanner Database with Superset #23552

Closed arpan14 closed 1 year ago

arpan14 commented 1 year ago

Hi Team,

I was investigating the steps to support Spanner database in Superset. https://cloud.google.com/spanner

I have read a few documentation that suggest integrating a new database is not very difficult in cases where there is a supported ORM layer. For spanner there is a compliant SQLAlchemy dialect which conforms to DBAPI driver.

Could you suggest any examples of other databases that have integrated recently (any documents, PRs) which can help us investigate and enable this?

mdeshmu commented 1 year ago

Following documentation should be helpful.

https://preset.io/blog/building-database-connector/

https://preset.io/blog/improving-apache-superset-integration-database-sqlalchemy/

rusackas commented 1 year ago

Thanks for the links @mdeshmu and thanks for the interest @arpan14.

Converting this to an "Ideas" discussion since it's more feature request than bug. We can discuss it further there, and then close it when you've solved it. We look forward to the PR!