datacontract import glue
Import a data contract from AWS Glue.
datacontract import glue [OPTIONS]
| Option | Default | Description |
|---|---|---|
--database | — | Name of the AWS Glue database. |
--table | — | List of table ids to import from the Glue Database (repeat for multiple table ids, leave empty for all tables in the dataset). |
--output | — | File path where the Data Contract will be saved. If not provided, it will be printed to stdout. |
--json-schema | — | The location (url or path) of the ODCS JSON Schema |
--owner | — | The owner or team responsible for managing the data contract. |
--id | — | The identifier for the data contract. |
--debug / --no-debug | — | Enable debug logging |
datacontract import glue --database my_database --table orders --output datacontract.yaml
Guide: Import: AWS Glue.