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"
        }
    }
}

Last updated