rusackas commented on code in PR #37677: URL: https://github.com/apache/superset/pull/37677#discussion_r2765287967
########## 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: You probably don't want/need to add this to the 6.0.0 docs. The "next" docs (where this will be applicable) pick up everything (including a logo, if provided) from the db engine spec's metadata. -- 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]
