Observability Views (Account Usage and Information Schema): New Columns in Views¶
Attention
This behavior change is in the 2023_04 bundle.
For the current status of the bundle, refer to Bundle History.
The ATTEMPT_NUMBER and SCHEDULED FROM columns were added to the following views:
| Column Name | Data Type | Description | Affected Views |
|---|---|---|---|
| ATTEMPT_NUMBER | NUMBER | The number of manual retries for a given graph run. For tasks which have never been restarted a value of 0 is returned. | In both ACCOUNT_USAGE and INFORMATION_SCHEMA:
|
| SCHEDULED_FROM | TEXT |
| In both ACCOUNT_USAGE and INFORMATION_SCHEMA:
|
Ref: 1070