Can you make a TASK in Snowflake dependent on another Snowflake Task?

1.55K viewsSnowflake Streams and Tasks
0

Can you make a TASK in Snowflake dependent on another Snowflake Task?

Frank Bell Answered question February 7, 2022
0

Yes. This is one of the main functionality of the TASK object. You can create it to be dependent on another task to create a hierarchy of task executions. Just realize that if you have too many layers of tasks and dependencies than it can become complex and difficult to debug errors.

Frank Bell Answered question February 7, 2022