Apache Hudi · JSON Structure

Hudi Huditable Structure

Type: object Properties: 7
ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen Source

Hudi Huditable Structure is a JSON Structure definition published by Apache Hudi, describing 7 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

tableName basePath tableType schema preCombineField recordKeyField partitionPathField

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/apache-hudi/json-structure/hudi-huditable-structure.json",
  "title": "HudiTable",
  "type": "object",
  "properties": {
    "tableName": "string",
    "basePath": "string",
    "tableType": "string",
    "schema": "string",
    "preCombineField": "string",
    "recordKeyField": "string",
    "partitionPathField": "string"
  }
}