Delta Lake Request

Request Body for Delta Lake

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

type

string

Required. DELTALAKE

id_attribute

String

Optional. Name of the column in data that represents the identifier of the row. Read more here

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

Last updated