# Functions
No description provided by the author
NewDriver creates a new Snowflake driver using the given Arrow allocator.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
specify the OKTAUrl to use for OKTA Authentication.
specify the token to use for OAuth or other forms of authentication.
Specify auth type to use for snowflake connection based on what is supported by the snowflake driver.
When true, the MFA token is cached in the credential manager.
When true, the ID token is cached in the credential manager.
Timeout for network round trip + reading http response use format like http://pkg.go.dev/time#ParseDuration such as "300ms", "1.5s" or "1m30s".
No description provided by the author
No description provided by the author
No description provided by the author
JWT expiration after timeout use format like http://pkg.go.dev/time#ParseDuration such as "300ms", "1.5s" or "1m30s".
specify the RSA private key to use to sign the JWT this should point to a file containing a PKCS1 private key to be loaded.
a passcode to use with encrypted private keys for JWT authentication.
parses a private key in PKCS #8, ASN.1 DER form.
enable the session to persist even after the connection is closed.
Login retry timeout EXCLUDING network roundtrip and reading http response use format like http://pkg.go.dev/time#ParseDuration such as "300ms", "1.5s" or "1m30s".
snowflake driver logging level.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
request retry timeout EXCLUDING network roundtrip and reading http response use format like http://pkg.go.dev/time#ParseDuration such as "300ms", "1.5s" or "1m30s".
No description provided by the author
No description provided by the author
No description provided by the author
TODO(GH-1473): Implement option.
TODO(GH-1473): Implement option.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OptionUseHighPrecision controls the data type used for NUMBER columns using a FIXED size data type.
use an external browser to access a FED and perform SSO auth.
use a JWT to perform authentication.
use OAuth authentication for snowflake connection.
use a native OKTA URL to perform SSO authentication on Okta.
auth types are implemented by the Snowflake driver in gosnowflake general username password authentication.
use a username and password with mfa.
No description provided by the author
# Variables
No description provided by the author