| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The information about the database. | ||
| Id | string | The database ID. For more information, see Concepts related to metadata entities. The common format of this parameter is Note
For StarRocks data sources, specify a catalog name at the Catalog identifier level. For DLF data sources, specify a catalog ID at the Catalog identifier level. Other types of data sources do not support the Catalog identifier level. You can specify an empty string as a placeholder.
You can configure this parameter in one of the following formats based on your data source type:
Note
catalog_id: the ID of a DLF catalog.instance_id: the ID of an instance. If the related data source is added to DataWorks in Alibaba Cloud instance mode, you must configure this parameter.encoded_jdbc_url: the JDBC connection string that is URL-encoded. If the related data source is added to DataWorks in connection string mode, you must configure this parameter.database_name: the name of a database.
| holo-database:h-xxxx::test_db |
| Name | string | The database name. | test_db |
| Comment | string | The comments. | test comment |
| LocationUri | string | The uniform resource identifier (URI) of the storage location. | oss://test-bucket/test_db |
| ParentMetaEntityId | string | The parent entity ID. For more information, see Concepts related to metadata entities. You can call the ListCrawlerTypes operation to query the parent entity types.
You can configure the ParentMetaEntityId parameter in one of the following formats based on your data source type:
Note
catalog_id: the ID of a DLF catalog.instance_id: the ID of an instance. If the related data source is added to DataWorks in Alibaba Cloud instance mode, you must configure this parameter.encoded_jdbc_url: the JDBC connection string that is URL-encoded. If the related data source is added to DataWorks in connection string mode, you must configure this parameter.
| holo:h-xxxx |
| CreateTime | long | The creation time. This value is a UNIX timestamp. Unit: milliseconds. | 1736852168000 |
| ModifyTime | long | The update time. This value is a UNIX timestamp. Unit: milliseconds. | 1736852168000 |