terraform-provider-snowflake icon indicating copy to clipboard operation
terraform-provider-snowflake copied to clipboard

Create streams on external tables

Open michael-robbins opened this issue 2 years ago • 1 comments

Describe the solution you'd like

Currently snowflake_stream supports on_table = foo which renders as CREATE STREAM ... ON TABLE foo ...

But if foo is an external table I would expect the SQL to be CREATE STREAM ... ON EXTERNAL TABLE foo ...

Describe alternatives you've considered

N/A

michael-robbins avatar Nov 11 '21 11:11 michael-robbins

This should have been fixed by #999, which was released in version 0.35.0.

adamantike avatar Jun 08 '22 14:06 adamantike

We are closing this issue as part of a cleanup described in announcement. If you believe that the issue is still valid in v0.89.0, please open a new ticket.

sfc-gh-asawicki avatar Apr 30 '24 16:04 sfc-gh-asawicki