# Delta Lake Request

### Request Body for Delta Lake

```json
{
  "type": "string",
  "id_attribute": string,
  "payload":{
      "host":"string",
      "port": integer,
      "schema": "string",
      "httppath" : "string",
      "table":"string",
        "security": {
            "token" : "string"
        }
    }
}
```

| Field         | Type    | Value                                                                                                                                 |
| ------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| type          | string  | Required. DELTALAKE                                                                                                                   |
| id\_attribute | String  | Optional. Name of the column in data that represents the identifier of the row. Read more [here](broken://pages/-MkctvuxvvtTvQH_pk0j) |
| host          | string  | Required. Host name of the cluster                                                                                                    |
| port          | integer | Required. Post number of the cluster                                                                                                  |
| schema        | string  | Required. Name of the Schema                                                                                                          |
| httppath      | string  | Required. Http path of the cluster                                                                                                    |
| table         | string  | Required. Name of the table                                                                                                           |
| token         | string  | Required. API Token                                                                                                                   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.telm.ai/telmai/upload-data-api/delta-lake-request.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
