datacontract import snowflake
Import a data contract from a Snowflake workspace.
datacontract import snowflake [OPTIONS]
| Option | Default | Description |
|---|---|---|
--source | — | Snowflake account name. |
--output | — | File path where the Data Contract will be saved. If not provided, it will be printed to stdout. |
--database | — | The database name. |
--schema | — | Snowflake schema name. |
--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 snowflake --source account --database DEMO_DB --schema PUBLIC --output datacontract.yaml
Guide: Import: Snowflake.