mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
chore(database): raised version of sqlalchemy-kusto (#21370)
This commit is contained in:
26
docs/docs/databases/kusto.mdx
Normal file
26
docs/docs/databases/kusto.mdx
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
name: Kusto
|
||||
hide_title: true
|
||||
sidebar_position: 41
|
||||
version: 2
|
||||
---
|
||||
|
||||
## Kusto
|
||||
|
||||
The recommended connector library for Kusto is
|
||||
[sqlalchemy-kusto](https://pypi.org/project/sqlalchemy-kusto/2.0.0/)>=2.0.0.
|
||||
|
||||
The connection string for Kusto (sql dialect) looks like this:
|
||||
|
||||
```
|
||||
kustosql+https://{cluster_url}/{database}?azure_ad_client_id={azure_ad_client_id}&azure_ad_client_secret={azure_ad_client_secret}&azure_ad_tenant_id={azure_ad_tenant_id}&msi=False
|
||||
```
|
||||
|
||||
The connection string for Kusto (kql dialect) looks like this:
|
||||
|
||||
```
|
||||
kustokql+https://{cluster_url}/{database}?azure_ad_client_id={azure_ad_client_id}&azure_ad_client_secret={azure_ad_client_secret}&azure_ad_tenant_id={azure_ad_tenant_id}&msi=False
|
||||
```
|
||||
|
||||
Make sure the user has privileges to access and use all required
|
||||
databases/tables/views.
|
||||
Reference in New Issue
Block a user