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 nameData typeDescription
CONFIGTEXTThe graph level configuration if set for the root task, otherwise displays NULL.
TASK_RELATIONSARRAYThe 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_INTERVALTEXTThe desired task completion time as specified using the TARGET_COMPLETION_INTERVAL parameter in the task definition.
SUCCESS_INTEGRATIONTEXTThe name of the notification integration used to communicate with Amazon SNS, MS Azure Event Grid, or Google Pub/Sub.
SCHEDULING_MODETEXTReserved for future use.

Ref: 1882