Apache Hudi · Example Payload

Hudi Cleanconfig Example

ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen Source

Hudi Cleanconfig Example is an example object payload from Apache Hudi, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

policyretainCommitsretainFileVersionstriggerStrategy

Example Payload

Raw ↑
{
  "policy": "KEEP_LATEST_COMMITS",
  "retainCommits": 10,
  "retainFileVersions": 3,
  "triggerStrategy": "NUM_COMMITS"
}