Show the recent usage of a given metadata object and optionally that object's children.
Syntax
usage history of { organization | repository | data source | schema | project | table | job } <object ref> [cascade] [limit <limit>] [offset <offset>]
Parameters
object ref
String. The (optionally qualified) name of the object to display usage history for.
cascade
If present, also display usage history for all children of this object.
limit
Integer. Maximum number of history results to show. Default: 50.
offset
Integer. Number of results to omit from the beginning of the query, allowing farther past records to be queried. Default: 0.