All Products
Search
Document Center

DataWorks:Catalog

Last Updated:Jan 12, 2026
ParameterTypeDescriptionExample
object

The metadata catalog.

Idstring

The catalog ID. Currently, only the DLF and StarRocks types are supported. For details, see description of concepts related to metadata entities.

  • For the DLF type, the format is dlf-catalog::catalog_id.
  • For the starrocks type, the format is starrocks-catalog:(instance_id|encoded_jdbc_url):catalog_name.
Note
catalog_id: The the DLF catalog ID.
instance_id: The instance ID, required if the data source is registered in instance mode.
encoded_jdbc_url: The URL-encoded JDBC connection string, required if the data source is registered using a connection string.
catalog_name: The StarRocks catalog name.
dlf-catalog:123456XXX:test_catalog starrocks-catalog:c-abc123xxx:default_catalog
Namestring

The catalog name.

default_catalog
Commentstring

The comment.

this is a comment
Typestring

The catalog type. The value of this parameter varies based on the type of the metadata crawler.

Internal
CreateTimelong

The creation time. The value is a UNIX timestamp. Unit: milliseconds.

1722073854000
ModifyTimelong

The modification time. The value is a UNIX timestamp. Unit: milliseconds.

1722073854000
ParentMetaEntityIdstring

The parent entity ID.

  • For the DLF type, the format of ParentMetaEntityId is dlf.
  • For the StarRocks type, the format of ParentMetaEntityId is starrocks:(instance_id|encoded_jdbc_url).
Note
instance_id: The instance ID, required when the data source is registered in instance mode.
encoded_jdbc_url: The URL-encoded JDBC connection string, required if the data source is registered via a connection string.
dlf starrocks:c-abc123xxx