All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.gobblin.rest.Table.pdl Maven / Gradle / Ivy

Go to download

A distributed data integration framework for streaming and batch data ecosystems.

The newest version!
namespace org.apache.gobblin.rest

/**
 * Gobblin table definition
 */
record Table {

  /**
   * Table namespace
   */
  `namespace`: optional string

  /**
   * Table name
   */
  name: string

  /**
   * Table type
   */
  type: optional enum TableTypeEnum {
    SNAPSHOT_ONLY
    SNAPSHOT_APPEND
    APPEND_ONLY
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy