Skip to main content

Import: AWS Glue

Creates a data contract from the AWS Glue Data Catalog.

# Import specific tables from a Glue database
datacontract import glue --source my_database --glue-table orders --glue-table line_items

# Import all tables in the database
datacontract import glue --source my_database

AWS credentials are resolved from the standard AWS environment / configuration (e.g. AWS_PROFILE, AWS_REGION).