splasky commented on code in PR #37677: URL: https://github.com/apache/superset/pull/37677#discussion_r2767226234
########## docs/versioned_docs/version-6.0.0/configuration/databases.mdx: ########## @@ -60,6 +60,7 @@ are compatible with Superset. | [Elasticsearch](/docs/configuration/databases#elasticsearch) | `pip install elasticsearch-dbapi` | `elasticsearch+http://{user}:{password}@{host}:9200/` | | [Exasol](/docs/configuration/databases#exasol) | `pip install sqlalchemy-exasol` | `exa+pyodbc://{username}:{password}@{hostname}:{port}/my_schema?CONNECTIONLCALL=en_US.UTF-8&driver=EXAODBC` | | [Google BigQuery](/docs/configuration/databases#google-bigquery) | `pip install sqlalchemy-bigquery` | `bigquery://{project_id}` | +| [Google Datastore](/docs/configuration/databases#google-datastore) | `pip install python-datastore-sqlalchemy` | `datastore://{project_id}` | Review Comment: I see. Thank you sir. -- 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]
