TASK_HISTORY views: New column in output (Preview)¶
Attention
This behavior change is in the 2026_02 bundle.
For the current status of the bundle, refer to Bundle history.
When this behavior change bundle is enabled, the following TASK_HISTORY views and table function include a new column:
INFORMATION_SCHEMA table function:
ACCOUNT_USAGE view:
ORGANIZATION_USAGE view:
Column name |
Data type |
Description |
|---|---|---|
SPCS_JOB_ID |
NUMBER |
The identifier of the Snowpark Container Services job service that the task spawned in its root query, or NULL if the task’s root query did not spawn any job service. The identifier corresponds to the SERVICE_ID column in ACCOUNT_USAGE.SERVICES. |
Ref: 2182