Skip to main content

datacontract import snowflake

Import a data contract from a Snowflake workspace.

datacontract import snowflake [OPTIONS]
OptionDefaultDescription
--sourceSnowflake account name.
--outputFile path where the Data Contract will be saved. If not provided, it will be printed to stdout.
--databaseThe database name.
--schemaSnowflake schema name.
--ownerThe owner or team responsible for managing the data contract.
--idThe identifier for the data contract.
--debug / --no-debugEnable debug logging
datacontract import snowflake --source account --database DEMO_DB --schema PUBLIC --output datacontract.yaml

Guide: Import: Snowflake.