Skip to content

Commit

Permalink
Update snowflake.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akelad authored and willi-mueller committed Sep 2, 2024
1 parent bef8ad4 commit 1ee458f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/website/docs/dlt-ecosystem/destinations/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,12 @@ If you set the [`replace` strategy](../../general-usage/full-loading.md) to `sta
recreated with a [clone command](https://docs.snowflake.com/en/sql-reference/sql/create-clone) from the staging tables.

## Data loading
The data is loaded using an internal Snowflake stage. We use the `PUT` command and per-table built-in stages by default. Stage files are immediately removed (if not specified otherwise).
The data is loaded using an internal Snowflake stage. We use the `PUT` command and per-table built-in stages by default. Stage files are kept by default, unless specified otherwise via the `keep_staged_files` parameter:

```toml
[destination.snowflake]
keep_staged_files = false
```

## Supported file formats
* [insert-values](../file-formats/insert-format.md) is used by default
Expand Down

0 comments on commit 1ee458f

Please sign in to comment.