ncloud_datacatalog_create_database
Create a database in a Data Catalog catalog by appending its name to a location path, with an optional dry-run preview.
Instructions
Create a database in a Data Catalog catalog. The database name is appended to location as a sub-path (location 's3a://mybucket' + name 'mydatabase' → 's3a://mybucket/mydatabase'). Use dryRun=true to preview without creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Database name (1-128 chars, lowercase letters/digits/'_'/'-'/spaces only — pattern [a-z0-9_\-\s]+) | |
| dryRun | No | If true, returns a preview without actually creating the database | |
| location | Yes | Database location path, max 1000 chars (e.g. 's3a://mybucket'). The name is appended as a sub-path | |
| catalogId | Yes | Catalog ID (from getCatalogs) | |
| description | No | Database description (max 1000 chars) | |
| tagKeyTypeValueList | No | Tags to attach to the database |