dropStream
Last updated: January 27, 2026
Drops an existing stream in Snowflake. Streams track DML changes made to tables, views, and other objects for change data capture (CDC) workflows.
Note: This change type does not support automatic rollback or database inspection features (snapshot, diff, diff-changelog, and generate-changelog commands).
Available attributes
Attribute | Type | Description | Required |
|---|---|---|---|
| String | Name of the catalog (database) containing the stream | No |
| String | Name of the schema containing the stream | No |
| String | Name of the stream to drop | Yes |
| Boolean | Only execute if the stream exists | No |
loading
loading
loading
loading