Skip to content

tampajohn/snowflake-ingest-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Snowflake Ingestion SDK for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages