create-table
Create a new table in OpenMetadata by providing name, database schema, and column definitions. Optionally add table type, description, tags, and owners.
Instructions
Create a new table in OpenMetadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Table name | |
| databaseSchema | Yes | FQN of parent database schema | |
| columns | Yes | Column definitions array | |
| tableType | No | ||
| description | No | Table description in markdown | |
| tags | No | Tags to apply | |
| owners | No | Owner references |