ACCOUNT_USAGE.ONLINE_FEATURE_TABLE_REFRESH_HISTORY¶
This Account Usage view displays information for online feature table refresh history.
- See also:
ONLINE_FEATURE_TABLE_REFRESH_HISTORY (Information Schema)
Columns¶
Column |
Data type |
Description |
|---|---|---|
|
TEXT |
Name of the online feature table. |
|
TEXT |
Name of the schema that contains the online feature table. |
|
TEXT |
Name of the database that contains the online feature table. |
|
TEXT |
Fully qualified name of the online feature table. |
|
TEXT |
Status of the refresh for the online feature table. The status can be one of the following:
|
|
TEXT |
Code representing the current state of the refresh. |
|
TEXT |
Description of the current state of the refresh. |
|
TIMESTAMP_LTZ |
Time when the refresh job started. |
|
TIMESTAMP_LTZ |
Time when the refresh completed. |
|
TEXT |
One of:
|
|
TEXT |
One of:
|
Usage notes¶
Online Feature Table refresh history in this view may lag by up to 3 hours.
To query this view, use a role that is granted the SNOWFLAKE database role USAGE_VIEWER.
The ONLINE_FEATURE_TABLE_REFRESH_HISTORY function offers up-to-date refresh history.
Access control requirements¶
Privilege |
Object |
Notes |
|---|---|---|
USAGE_VIEWER database role |
SNOWFLAKE database |
Required to query Account Usage views. |
For instructions on creating a custom role with a specified set of privileges, see Creating custom roles.
For general information about roles and privilege grants for performing SQL actions on securable objects, see Overview of Access Control.