Task views, functions, and commands: New columns in output (Pending)¶
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 tasks related commands, views, and functions include new columns.
SHOW TASKS and DESCRIBE TASK commands: New column¶
When this behavior change bundle is enabled, the output of the SHOW TASKS and DESCRIBE TASK commands includes the following new column:
Column name |
Data type |
Description |
|---|---|---|
CREATED_BY_USER |
VARCHAR |
The name of the user who created the task. |
Note
This column is populated for new tasks only and is not backfilled for existing tasks.
For normal tasks, this is the user who directly created the task. For tasks created within other tasks or Snowpark Container Services (SPCS) that execute with system accounts, the behavior differs: for nested tasks, this is the user who created the outermost task; for SPCS-based jobs, this is the user who created the SPCS service or job.
Task history and task graph views and functions: New column¶
When this behavior change bundle is enabled, the following views and functions include a new column:
Account Usage views:
Information Schema table functions:
Column name |
Data type |
Description |
|---|---|---|
SCHEDULED_BY_USER |
VARCHAR |
The name of the user triggering the task to run. |
Ref: 2212