kusto_describe_database
Retrieves schema information for all tables, views, and other entities in a Kusto database, providing a complete overview of data 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 |
|---|---|---|---|
| cluster_uri | Yes | ||
| database | Yes | ||
| client_request_properties | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||