TASK_ VERSIONS view (ACCOUNT_ USAGE): New columns¶
Attention
This behavior change is in the 2025_01 bundle.
For the current status of the bundle, refer to Bundle History.
When this behavior change bundle is enabled, the ACCOUNT_USAGE.TASK_VERSIONS view includes the following new columns:
| Column name | Data type | Description |
|---|---|---|
| CONFIG | TEXT | The graph level configuration if set for the root task, otherwise displays NULL. |
| TASK_RELATIONS | ARRAY | The JSON array of any predecessor tasks—that is, any tasks specified in the AFTER parameter in the task definition. When run successfully to completion, these tasks trigger the current task. Individual task names in the array are fully-qualified. They include the container database and schema names. |
| TARGET_COMPLETION_INTERVAL | TEXT | The desired task completion time as specified using the TARGET_COMPLETION_INTERVAL parameter in the task definition. |
| SUCCESS_INTEGRATION | TEXT | The name of the notification integration used to communicate with Amazon SNS, MS Azure Event Grid, or Google Pub/Sub. |
| SCHEDULING_MODE | TEXT | Reserved for future use. |
Ref: 1882