Skip to main content

datacontract import adls

Import a data contract from files in Azure Blob Storage / ADLS.

datacontract import adls [OPTIONS]
OptionDefaultDescription
--sourceThe location of the files, e.g. abfss://my-container/orders/*.json.
--formatFile format: json, csv, parquet or delta (inferred from the suffix).
--delimiterFor JSON: new_line, array or none. Detected automatically when omitted.
--outputFile path where the Data Contract will be saved. If not provided, it will be printed to stdout.
--ownerThe owner or team responsible for managing the data contract.
--idThe identifier for the data contract.
--debug / --no-debugEnable debug logging
datacontract import adls --source abfss://my-container/orders/*.json --output datacontract.yaml

Guide: Import: Azure Blob / ADLS.