@@ -24,15 +24,17 @@ Table Utilization:
2424
2525Holds Inventory of all tables in all databases and their relevant metadata.
2626
27- | Column | Datatype | Description | Comments |
28- | -----------| ----------| -------------| ----------|
29- | catalog | string | Original catalog of the table. _ hive_metastore_ by default |
30- | database | string | Original schema of the table |
31- | name | string| Name of the table|
32- | object_type| string| MANAGED, EXTERNAL, or VIEW|
33- | table_format| string| Table provider. Like delta or json or parquet.|
34- | location| string| Location of the data for table|
35- | view_text| nullable string| If the table is the view, then this column holds the definition of the view|
27+ | Column | Datatype | Description | Comments |
28+ | --------------| ----------| -------------| ----------|
29+ | catalog | string | Original catalog of the table. _ hive_metastore_ by default |
30+ | database | string | Original schema of the table |
31+ | name | string| Name of the table|
32+ | object_type | string| MANAGED, EXTERNAL, or VIEW|
33+ | table_format | string| Table provider. Like delta or json or parquet.|
34+ | location | string| Location of the data for table|
35+ | view_text | nullable string| If the table is the view, then this column holds the definition of the view|
36+ | upgraded_to | string| Upgrade Target (3 level namespace)|
37+
3638
3739<br />
3840
@@ -78,11 +80,12 @@ List of DBFS mount points.
7880#### _ $inventory_ .permissions
7981Workspace object level permissions
8082
81- | Column | Datatype | Description | Comments |
82- | -----------| ----------| -------------| ----------|
83- |object_id|string|Either:<br />Group ID<br />Workspace Object ID<br />Redash Object ID<br />Scope name
84- |supports|string|One of:<br />AUTHORIZATION<br /><br />CLUSTERS<br />CLUSTER_POLICIES<br />DIRECTORIES<br />EXPERIMENTS<br />FILES<br />INSTANCE_POOLS<br />JOBS<br />NOTEBOOKS<br />PIPELINES<br />REGISTERED_MODELS<br />REPOS<br />SERVING_ENDPOINTS<br />SQL_WAREHOUSES
85- | raw_object_permissions| JSON| JSON-serialized response of:<br />Generic Permissions<br />Secret ACL<br />Group roles and entitlements<br />Redash permissions|
83+ | Column | Datatype | Description | Comments |
84+ | ------------------------| ----------| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ----------|
85+ | object_id | string | Either:<br />Group ID<br />Workspace Object ID<br />Redash Object ID<br />Scope name | |
86+ | supports | string | One of:<br />AUTHORIZATION<br /><br />CLUSTERS<br />CLUSTER_POLICIES<br />DIRECTORIES<br />EXPERIMENTS<br />FILES<br />INSTANCE_POOLS<br />JOBS<br />NOTEBOOKS<br />PIPELINES<br />REGISTERED_MODELS<br />REPOS<br />SERVING_ENDPOINTS<br />SQL_WAREHOUSES | |
87+ | raw_object_permissions | JSON | JSON-serialized response of:<br />Generic Permissions<br />Secret ACL<br />Group roles and entitlements<br />Redash permissions | |
88+
8689
8790<br />
8891
0 commit comments