kusto_ingest_inline_into_table
Ingest inline comma-separated data directly into a Kusto table. Specify table name and cluster URI to load data without file uploads.
Instructions
Ingests inline CSV data into a specified table. The data should be provided as a comma-separated string.
If no database is provided, uses the default database.
:param table_name: Name of the table to ingest data into.
:param data_comma_separator: Comma-separated data string to ingest.
:param cluster_uri: The URI of the Kusto cluster.
:param database: Optional database name. If not provided, uses the default database.
:param client_request_properties: Optional dictionary of additional client request properties.
:return: List of dictionaries containing the ingestion result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | ||
| table_name | Yes | ||
| cluster_uri | Yes | ||
| data_comma_separator | Yes | ||
| client_request_properties | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||