# import snowflake

> Import a data contract from a Snowflake workspace.

# `datacontract import snowflake`

{/* AUTOGENERATED from `datacontract --help`: do not edit by hand; regenerate with update_command_docs.py */}

Import a data contract from a Snowflake workspace.

```bash
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 |

```bash
datacontract import snowflake --source account --database DEMO_DB --schema PUBLIC --output datacontract.yaml
```

Guide: **[Import: Snowflake](../../imports/snowflake.md)**.
