Tasks: New BACKFILL_INFO column in views (Pending)¶
Attention
This behavior change is in the 2023_08 bundle.
For the current status of the bundle, refer to Bundle History.
This behavior change impacts the output of the following Information Schema table functions and Account Usage views:
TASK_HISTORY (Information Schema)
CURRENT_TASK_GRAPHS (Information Schema)
COMPLETE_TASK_GRAPHS (Information Schema)
TASK_HISTORY View (Account Usage)
COMPLETE_TASK_GRAPHS View (Account Usage)
- Before the change
The output of aforementioned Information Schema table functions and Account Usage views does not include the BACKFILL_INFO column.
- After the change
The output of aforementioned Information Schema table functions and Account Usage views includes the BACKFILL_INFO column.
Column Name
Data type
Description
BACKFILL_INFO
OBJECT
Reserved for future use. The returned value for all rows is NULL.
Ref: 1375