|
名称 |
类型 |
描述 |
示例值 |
|---|---|---|---|
|
object |
数据表对象。 |
||
| Id |
string |
ID,可参考元数据实体相关概念说明。 格式为 说明
对于 maxcompute 和 dlf 类型,实例 ID 使用空字符占位。对于 maxcompute 类型,数据库名称即为 maxcompute 项目名称,开启三层模型的项目需要提供模式名称,未开启的项目模式名称处使用空字符占位。 说明
starrocks 类型的数据目录标识为目录名称,dlf 类型的数据目录标识为目录 ID, 其他类型不支持目录层级,可用空字符占位。 几种常用类型的 ID 格式如下
说明
其中 |
dlf-table::catalog_id:database_name::table_name |
| Name |
string |
名称。 |
table_name |
| Comment |
string |
注释。 |
测试表 |
| TableType |
string |
表类型,取值与元数据采集器类型相关。 |
TABLE |
| PartitionKeys |
array |
分区键列表,非分区表时为空。 |
|
|
string |
分区键。 |
ds |
|
| ParentMetaEntityId |
string |
父层级元数据实体 ID,可参考元数据实体相关概念说明。
说明
对于 maxcompute 和 dlf 类型,实例 ID 使用空字符占位。对于 maxcompute 类型,数据库名称即为 maxcompute 项目名称。 说明
starrocks 类型的数据目录标识为目录名称,dlf 类型的数据目录标识为目录 ID, 其他类型不支持目录层级,可用空字符占位。 几种常用类型的 ParentMetaEntityId 格式参考如下
说明
其中 |
dlf-database::catalog_id:database_name |
| CreateTime |
integer |
创建时间(毫秒级时间戳)。 |
1736852168000 |
| ModifyTime |
integer |
修改时间(毫秒级时间戳)。 |
1736852168000 |
| TechnicalMetadata |
object |
技术元数据。 |
|
| Owner |
string |
负责人。 |
test_user |
| Location |
string |
存储位置。 |
oss://test-bucket/test_tbl |
| Compressed |
boolean |
是否为压缩表。 |
false |
| InputFormat |
string |
输入格式。 |
org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat |
| OutputFormat |
string |
输出格式。 |
org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat |
| SerializationLibrary |
string |
SerDe 使用的类。 |
org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe |
| Parameters |
object |
参数信息。 |
|
|
string |
参数信息。 |
value |
|
| BusinessMetadata |
object |
业务元数据,DataWorks 相关,包含使用说明,标签,类目,上游产出任务以及扩展信息。 |
|
| Readme |
string |
使用说明。 |
## 使用说明 |
| CustomAttributes |
object |
自定义属性值,key 为自定义属性标识,value 为属性值列表 |
|
|
array |
属性值列表 |
||
|
string |
属性值 |
张三 |
|
| Tags |
array |
标签列表。 |
|
|
object |
标签信息。 |
||
| Key |
string |
标签键,非空。 |
tag_key |
| Value |
string |
标签值,可为空。 |
tag_value |
| Categories |
array |
所属类目列表。 |
|
|
array |
单一类目的层级列表(多级类目)。 |
||
|
object |
类目信息。 |
||
| Id |
string |
类目 ID。 |
CATEGORY.456 |
| Name |
string |
名称。 |
测试类目 |
| ParentId |
string |
父类目 ID,可为空。 |
CATEGORY.123 |
| UpstreamTasks |
array |
上游产出任务列表。 |
|
|
object |
上游产出任务。 |
||
| Id |
integer |
任务 ID。 |
123456 |
| Name |
string |
任务名称。 |
test_task |
| Extension |
object |
扩展信息,目前仅 MaxCompute 类型支持。 |
|
| ProjectId |
integer |
工作空间 ID。 |
234 |
| EnvType |
string |
环境类型,枚举值,取值范围
|
Dev |
| ViewCount |
integer |
浏览次数。 |
0 |
| ReadCount |
integer |
读取次数。 |
0 |
| FavorCount |
integer |
收藏次数。 |
0 |
| StatisticsInfos |
object |
||
|
string |
该文章对您有帮助吗?