|
名稱 |
類型 |
描述 |
樣本值 |
|---|---|---|---|
|
object |
資料表對象。 |
||
| Id |
string |
ID,可參考中繼資料實體相關概念說明。 格式為 說明
對於 MaxCompute 和 DLF 類型,此處的執行個體 ID 即為主帳號 ID。 對於 MaxCompute 類型,此處的資料庫名稱即為 MaxCompute 專案名稱。 |
maxcompute-table:123456XXX::test_project::test_tbl dlf-table:123456XXX:test_catalog:test_db::test_tbl hms-table:c-abc123xxx::test_db::test_tbl holo-table:h-abc123xxx::test_db:test_schema:test_tbl |
| Name |
string |
名稱。 |
test_tbl |
| Comment |
string |
注釋。 |
測試表 |
| TableType |
string |
表類型,取值與中繼資料採集器類型相關。 |
TABLE |
| PartitionKeys |
array |
分區鍵列表,非分區表時為空白。 |
|
|
string |
分區鍵。 |
ds |
|
| ParentMetaEntityId |
string |
父層級中繼資料實體 ID,按照中繼資料採集器類型不同:
說明
|
maxcompute-schema:123456XXX::test_project_with_schema:default maxcompute-project:123456XXX::test_project_without_schema dlf-database:123456XXX:test_catalog:test_db hms-database:c-abc123xxx::test_db holo-schema:h-abc123xxx::test_db:test_schema |
| 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 |
參數資訊。 |
{\"k1\":\"v1\"} |
|
| BusinessMetadata |
object |
業務中繼資料,DataWorks 相關,包含使用說明,標籤,類目,上遊產出任務以及擴充資訊。 |
|
| Readme |
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 |