TASK_VERSIONS 视图 (ACCOUNT_USAGE):新列

Attention

This behavior change is in the 2025_01 bundle.

For the current status of the bundle, refer to Bundle History.

启用此行为变更捆绑包后,ACCOUNT_USAGE.TASK_VERSIONS 视图包括以下新列:

列名称数据类型描述
CONFIGTEXT如果为根任务设置了图形级别配置,则显示图形级别配置,否则显示 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_INTEGRATIONTEXT用于与 Amazon SNS、MS Azure 事件网格或 Google Pub/Sub 通信的通知集成的名称。
SCHEDULING_MODETEXT保留以供将来使用。

参考:1882