create-chart
Create a new chart in OpenMetadata by specifying name and dashboard service, with optional details like chart type, description, tags, and owners.
Instructions
Create a new chart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Chart name | |
| service | Yes | FQN of the dashboard service | |
| description | No | Chart description in markdown | |
| displayName | No | Display name | |
| chartType | No | Chart type (e.g. 'Bar', 'Line', 'Pie') | |
| sourceUrl | No | Source URL of the chart | |
| tags | No | Tags to apply | |
| owners | No | Owner references |