Charts
A Chart is a visual representation of data within a Dashboard Service. Charts can be associated with one or more Dashboards.Entity schema follows the OpenMetadata Standard.
Entity Hierarchy
Charts belong to a Dashboard Service:Fully Qualified Name
The FQN format for a chart is:sample_superset.114
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
PUT | /v1/charts | Create or update a chart |
POST | /v1/charts | Create a chart (POST variant) |
GET | /v1/charts | List charts |
GET | /v1/charts/{id} | Get by ID |
GET | /v1/charts/name/{fqn} | Get by FQN |
PATCH | /v1/charts/{id} | Update by ID |
PATCH | /v1/charts/name/{fqn} | Update by name |
DELETE | /v1/charts/{id} | Delete by ID |
DELETE | /v1/charts/name/{fqn} | Delete by name |
PUT | /v1/charts/restore | Restore soft-deleted chart |
GET | /v1/charts/{id}/versions | List versions |
GET | /v1/charts/{id}/versions/{version} | Get specific version |