gosnowflake
gosnowflake copied to clipboard
Go Snowflake Driver
How do I inset a DataTypeObject? should I create a struct? should I marshal to json? An example would be helpful :) Thanks
Unable to login with credentials that are identical to credentials to successfully login online/browser ### Example code ```go connectionString := fmt.Sprintf("%v:%v@%v/%v?warehouse=%v&role=%v", user, password, account, dbName, warehouse, role) db, err :=...
### Description Instead of using a provided private key, this change will allow the user to specify the AWS KMS to help generate JWT. The user must specify the authenticator...
### Issue description I am trying to do bulk insert using the method provided in the documentation. Would like to inserts null values I referred the documentation for bulk array...
Hello, please add a `SECURITY.md` file and fill out a security policy on this repository: https://github.com/snowflakedb/gosnowflake/security/policy Please also consider setting a default security policy: https://docs.github.com/en/code-security/getting-started/securing-your-organization Thanks
The dependency on logrus creates two problems: 1. I'm currently getting a lot of logs in a different format than my log parser is expected by using Snowflake. 2. Creating...
### Issue description I'm using `OpenWithConfig` and it doesn't fill in any of the default values. This is fine, but `fillMissingConfigParameters` (nor any of the actual default values) are public,...
### Issue description I'm using go snowflake driver in a go application. I have a case where im trying to print the query id, which is used to generate the...
Title: Snyk: gosnowflake gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c Additional information on Snyk can be found here: https://snyk.io/org/snowflakedb_public_repo/project/70187b64-3a98-4b6f-a945-48604ebb7832 Repo: gosnowflake CVE: Package Type: golang Package Name: gopkg.in/yaml.v3 Package Version: v3.0.0-20200313102051-9f266ea9e77c Snyk ID: SNYK-GOLANG-GOPKGINYAMLV3-2952714 Vulnerability...
### Issue description I'm trying to insert a Go `map` in a Snowflake column of type `VARIANT`. I get an error saying `failed to run query: sql: converting argument $2...