Skip to main content

datacontract import glue

Import a data contract from AWS Glue.

datacontract import glue [OPTIONS]
OptionDefaultDescription
--databaseName of the AWS Glue database.
--tableList of table ids to import from the Glue Database (repeat for multiple table ids, leave empty for all tables in the dataset).
--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 glue --database my_database --table orders --output datacontract.yaml

Guide: Import: AWS Glue.