snowflake.core.task.dagv1¶
High level, client-side representation of task graphs.
This set of higher-level classes provides a more convenient way to create, deploy, and manage task graphs than the lower-level Task APIs in snowflake.core.task. Task graphs are directed acyclic graphs (DAG) of tasks.
- Example 1: Create a task graph that has two Tasks.
- Example 2: Create a task graph that uses Cron, Branch, and function return value as Task return value
Classes
|
A graph of tasks composed of a single root task and additional tasks, organized by their dependencies. |
|
Represents a child Task of a task graph. |
|
Contains the history of a task graph run in Snowflake. |
|
APIs to manage task graph child task operations. |