terraform-provider-snowflake
                                
                                
                                
                                    terraform-provider-snowflake copied to clipboard
                            
                            
                            
                        feat: Add Dynamic Table Support for Stream Resource
Terraform CLI and Provider Versions
$ terraform version
Terraform v1.7.1
on darwin_arm64
+ provider registry.terraform.io/snowflake-labs/snowflake v0.84.1
Use Cases or Problem Statement
Currently the Streams resource may be created on_table, on_view, and on_stage.  However, there is no support for on_dynamic_table.
Effectively, the request is to enable the following in Terraform.
CREATE OR REPLACE STREAM deltaStream ON DYNAMIC TABLE dynamicTable
Relevant Issue: https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/1922
Proposal
Enable this capability for creating streams on Dynamic Tables in the same way that on_table, on_view, and on_stage are supported.
How much impact is this issue causing?
Medium
Additional Information
No response
Hey @dcwangmit01. Thanks for creating the issue.
We have existing resources' rework on our roadmap: https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/ROADMAP.md#our-roadmap. I will bump this resource's priority slightly.
Hey @dcwangmit01. Thanks for creating the issue.
We have existing resources' rework on our roadmap: https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/ROADMAP.md#our-roadmap. I will bump this resource's priority slightly.
Hi. Is this something that I could help push forward by contributing code? My team needs this functionality in order to justify our use of the provider. Not having it means two tools instead of one for us. Thanks!
Hey @josdotso. We are open to contributions!
However, we do not have yet clear contribution guidelines and PR requirements written down inside the repository. They are still to come in the upcoming weeks. If this is not a problem for you, we will be happy to review the change.
Hey,
What is the update on that feature ?
I'm willing to take it if you're busy @josdotso.
Hey @AZenat. No update from our side yet. However, we have described the contribution guidelines: https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/CONTRIBUTING.md#contributing, so it should be easier to make a contribution. :)
Thanks @sfc-gh-asawicki, I will try to do it then.