Skip to main content

datacontract import iceberg

Import a data contract from an Iceberg schema.

datacontract import iceberg [OPTIONS]
OptionDefaultDescription
--sourcePath to the Iceberg schema JSON file.
--tableTable name to assign to the model created from the Iceberg schema.
--outputFile path where the Data Contract will be saved. If not provided, it will be printed to stdout.
--json-schemaThe location (url or path) of the ODCS JSON Schema
--ownerThe owner or team responsible for managing the data contract.
--idThe identifier for the data contract.
--debug / --no-debugEnable debug logging
datacontract import iceberg --source schema.json --table orders --output datacontract.yaml

Guide: Import: Iceberg.