Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1020 Bytes

README.rst

File metadata and controls

33 lines (23 loc) · 1020 Bytes

Snowflake Ingest Service Go SDK

The Snowflake Ingest Service SDK allows users to ingest files into their Snowflake data warehouse in a programmatic fashion via key-pair authentication.

Prerequisites

Go 1.8+

The Snowflake Ingest Service SDK can only be used with Go 1.8 or higher. Previous versions may work, but no guarantees are made.

A 2048-bit RSA key pair

Snowflake Authentication for the Ingest Service requires creating a 2048 bit RSA key pair and, registering the public key with Snowflake. For detailed instructions, please visit the relevant Snowflake Documentation Page.

Adding as a Dependency

You can add the Snowflake Ingest Service SDK by running the following command

go get github.com/tampajohn/snowflake-ingest-go