Bryan Meier
Bryan Meier
**Is your feature request related to a problem? Please describe.** We are often giving a role access to future and existing objects like tables, views, functions, etc. We have to...
### Terraform CLI and Provider Versions Terraform v1.5.5 snowflake-labs/snowflake v0.87.0 ### Terraform Configuration ```terraform resource "snowflake_schema" "sf_schema" { for_each = local.database_schemas database = each.value.database_name name = each.value.schema_name comment = each.value.schema_comment...
When following the "Build the Build CDA Client" section of the readme.md, I get nothing but errors. All of the errors have to do with paths. As an example of...
Is it or would it be possible to point to a file in another repo for the lifecycle-policy.json? Our situation is such that we have a repo with our workflow....
### Use Cases or Problem Statement This resource currently supports granting privileges for all tables from a given schema to a share. It would be great if this same functionality...