|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The table object. |
||
| Id |
string |
The ID. For more information, see Metadata entity concepts. The format is Note
For maxcompute and dlf types, use an empty string as a placeholder for the instance ID. For the maxcompute type, the database name is the MaxCompute project name. Projects with the three-layer model enabled require a schema name. For projects without the three-layer model enabled, use an empty string as a placeholder for the schema name. Note
For the starrocks type, the data catalog identifier is the catalog name. For the dlf type, the data catalog identifier is the catalog ID. Other types do not support the catalog level. Use an empty string as a placeholder. The following examples show the ID formats for common types:
Note
Where |
dlf-table::catalog_id:database_name::table_name |
| Name |
string |
The name. |
table_name |
| Comment |
string |
The comment. |
测试表 |
| TableType |
string |
The table type. The valid values depend on the metadata collector type. |
TABLE |
| PartitionKeys |
array |
The list of partition keys. This is empty for non-partitioned tables. |
|
|
string |
The partition key. |
ds |
|
| ParentMetaEntityId |
string |
The parent-level metadata entity ID. For more information, see Metadata entity concepts.
Note
For maxcompute and dlf types, use an empty string as a placeholder for the instance ID. For the maxcompute type, the database name is the MaxCompute project name. Note
For the starrocks type, the data catalog identifier is the catalog name. For the dlf type, the data catalog identifier is the catalog ID. Other types do not support the catalog level. Use an empty string as a placeholder. The following examples show the ParentMetaEntityId formats for common types:
Note
Where |
dlf-database::catalog_id:database_name |
| CreateTime |
integer |
The creation time, in millisecond-level timestamp. |
1736852168000 |
| ModifyTime |
integer |
The modification time, in millisecond-level timestamp. |
1736852168000 |
| TechnicalMetadata |
object |
The technical metadata. |
|
| Owner |
string |
The owner. |
test_user |
| Location |
string |
The storage location. |
oss://test-bucket/test_tbl |
| Compressed |
boolean |
Indicates whether the table is compressed. |
false |
| InputFormat |
string |
The input format. |
org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat |
| OutputFormat |
string |
The output format. |
org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat |
| SerializationLibrary |
string |
The class used by SerDe. |
org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe |
| Parameters |
object |
The parameter information. |
|
|
string |
The parameter information. |
value |
|
| BusinessMetadata |
object |
The business metadata related to DataWorks, including usage instructions, tags, categories, upstream production nodes, and extended information. |
|
| Readme |
string |
The usage instructions. |
## 使用说明 |
| CustomAttributes |
object |
The custom attribute values, where key is the custom attribute identifier and value is the list of attribute values. |
|
|
array |
The list of attribute values. |
||
|
string |
The attribute value. |
张三 |
|
| Tags |
array |
The list of tags. |
|
|
object |
The tag information. |
||
| Key |
string |
The tag key. This value cannot be empty. |
tag_key |
| Value |
string |
The tag value. This can be an empty string. |
tag_value |
| Categories |
array |
The list of categories. |
|
|
array |
The hierarchical list of a single category (multi-level category). |
||
|
object |
The category information. |
||
| Id |
string |
The category ID. |
CATEGORY.456 |
| Name |
string |
The category name. |
测试类目 |
| ParentId |
string |
The parent category's ID. This can be an empty string. |
CATEGORY.123 |
| UpstreamTasks |
array |
The list of upstream nodes. |
|
|
object |
The upstream node. |
||
| Id |
integer |
The task ID. |
123456 |
| Name |
string |
The task name. |
test_task |
| Extension |
object |
The extension information. Currently only supported for MaxCompute type. |
|
| ProjectId |
integer |
The workspace ID. |
234 |
| EnvType |
string |
The environment type. Valid values:
|
Dev |
| ViewCount |
integer |
The number of views. |
0 |
| ReadCount |
integer |
The number of reads. |
0 |
| FavorCount |
integer |
The number of times the table was favorited. |
0 |
| StatisticsInfos |
object |
||
|
string |