Please support Azure CosmosDB Core API (SQL) as a new datasource in ReDash.
The CosmosDB Core API, even though it says ‘SQL’, is actually a document-based API. The ReDash SQL datasources can not connect to that without extra commercial ODBC drivers.
For CosmosDB Core API details, see https://docs.microsoft.com/en-us/azure/cosmos-db/sql-query-getting-started. There is a CosmosDB Python API for that Core API, see https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-sdk-python.
The CosmosDB Mongo API is supported by the standard MongoDB ReDash datasource. However, that doesn’t help with CosmosDBs that use the Core API.