create-chart
Create a new chart in OpenMetadata with required name and service, plus optional type, tags, and source URL to document dashboard visualizations.
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 |