kusto_describe_database
Retrieves the schema for all entities (tables, views, functions, graphs) in a Kusto database to understand its structure.
Instructions
Retrieves schema information for all entities (tables, external tables, materialized views,
functions, graphs) in the specified database.
In most cases, it would be useful to call kusto_sample_entity() to see *actual* data samples,
since schema information alone may not provide a complete picture of the data (e.g. dynamic columns, etc...)
:param cluster_uri: The URI of the Kusto cluster.
:param database: The name of the database to get schema for.
:param client_request_properties: Optional dictionary of additional client request properties.
:return: List of dictionaries containing entity schema information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | ||
| cluster_uri | Yes | ||
| client_request_properties | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||