SnowPro Core Certification — Question 825
Which table function should be used to view details on a Directed Acyclic Graph (DAG) run that is presently scheduled or is executing?
Answer options
- A. TASK_HISTORY
- B. TASK_DEPENDENTS
- C. CURRENT_TASK_GRAPHS
- D. COMPLETE_TASK_GRAPHS
Correct answer: C
Explanation
The correct answer is CURRENT_TASK_GRAPHS, as it specifically provides information about DAG runs that are currently scheduled or executing. The other options either refer to historical data (TASK_HISTORY), dependencies (TASK_DEPENDENTS), or completed runs (COMPLETE_TASK_GRAPHS), which do not pertain to the current state of a DAG.