Input Type | Accessed Type | Description | Notes |
---|---|---|---|
dict, frozendict.frozendict, | frozendict.frozendict, |
Key | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
databaseName | str, | str, | Specifies the database name bound to the project specified | |
roleName | str, | str, | Specifies the role name bound to the project specified | |
dnsName | str, | str, | snowflake dns name. Usually something like '<<account>>.snowflakecomputing.com' | |
accessToken | str, | str, | Specifies the OAuth token to use for authentication | |
schemaName | str, | str, | Specifies the schema name bound to the project specified | |
authenticator | str, | str, | Specifies the supported snowflake authenticator to use. Currently 'oauth' only is supported | |
warehouseName | str, | str, | Specifies the warehouse name bound to the project specified | |
userPrincipalName | str, | str, | Specifies the user principal name. This is required for some snowflake client (snowSQL for instance) | |
any_string_name | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional] |