Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/destinations/snowflake.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ You'll need to provide:
| **Batch size** | integer | No | `1000` | Rows to buffer before flushing a batch (defaults to 1000) |
| **Max wait (seconds)** | integer | No | `30` | Max seconds to wait before flushing a batch (defaults to 30) |

<Note>
Paste the **private key** as a single line — strip the `-----BEGIN PRIVATE KEY-----` and `-----END PRIVATE KEY-----` header/footer lines and join the remaining base64 lines into one continuous string (no line breaks).
</Note>

## Refer to the destination in your integration

After creating your Snowflake destination, reference it in your `amp.yaml` file:
Expand Down
Loading