dropTask
Last updated: January 27, 2026
Drops an existing Snowflake task.
Note: This change type does not support automatic rollback or database inspection features (snapshot, diff, diff-changelog, and generate-changelog commands).
Available attributes
Name | Type | Description | Required |
|---|---|---|---|
| String | Name of the catalog (database) containing the task | No |
| String | Name of the schema containing the task | No |
| String | Name of the task to drop | Yes |
| Boolean | If true, only drops the task if it exists using IF EXISTS | No |
loading
loading
loading
loading