terraform-provider-snowflake
terraform-provider-snowflake copied to clipboard
Create streams on external tables
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
This should have been fixed by #999, which was released in version 0.35.0
.
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.