Delta Lake Request
{
"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 | |
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 modified 11mo ago