Data pipeline DDL¶ Snowflake provides a full set of DDL commands for creating and managing streams and tasks. Stream management¶ CREATE STREAM CREATE stream … CLONE ALTER STREAM DROP STREAM SHOW STREAMS Task management¶ CREATE TASK CREATE task … CLONE ALTER TASK DROP TASK EXECUTE TASK SHOW TASKS