-
### Company Name
_No response_
### Object type(s)
resource:procedure
### Documentation Link
https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/examples/resources/snowflake_p…
-
There are parameters for snowflake that I would like to be able to pass in my connection config.
Right now I'm unable to use tableplus to connect to snowflake databases that are behind SSO authenti…
-
### Terraform CLI Version
1.8.3
### Terraform Provider Version
0.96.0
### Company Name
_No response_
### Terraform Configuration
```terraform
resource "snowflake_function" "function" {
depen…
-
### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed.
1. Which driver are you using and version of it (Ex: PostgreSQL …
-
### Singer SDK Version
0.42.1
### Is this a regression?
- [ ] Yes
### Python Version
3.11
### Bug scope
Targets (data type handling, batching, SQL object generation, etc.)
### Operating System…
-
We're making some updates to our terraform configuration for Snowflake to avoid some recent deprecations in https://github.com/cagov/data-infrastructure/pull/172
Once that is done, we should apply th…
-
While using the `tap-snowflake` with `use_browser_authentication=True`, my catalog discovery fails with `Run invocation could not be completed as block failed: Cannot start plugin tap-snowflake: Catal…
-
## What is the current behavior?
there is alternative
https://docs.snowflake.com/en/sql-reference/functions/get
instead of `sql.func.array_agg(col)[0]` use `sql.func.get(sql.func.array_agg(col),0)…
-
### Terraform CLI Version
1.5.0
### Terraform Provider Version
0.85.0
### Company Name
Can not put here sorry.
### Terraform Configuration
```terraform
We are working with terraform autenticati…
-
### What is the current behavior?
Currently, when using Okta to create a Oauth access token to connect to snowflake connector, it will eventually timeout when the access token expires, it then gives …