> ## Documentation Index
> Fetch the complete documentation index at: https://docs.open-metadata.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard Mixin

[<img src="https://img.shields.io/badge/-source-cccccc?style=flat-square" />](https://github.com/open-metadata/OpenMetadata/tree/main/ingestion/src/metadata/ingestion/ometa/mixins/dashboard_mixin.py#L0")

# module `dashboard_mixin`

Mixin class containing Table specific methods

To be used by OpenMetadata class

***

[<img src="https://img.shields.io/badge/-source-cccccc?style=flat-square" />](https://github.com/open-metadata/OpenMetadata/tree/main/ingestion/src/metadata/ingestion/ometa/mixins/dashboard_mixin.py#L25")

## class `OMetaDashboardMixin`

OpenMetadata API methods related to Dashboards and Charts.

To be inherited by OpenMetadata

***

[<img src="https://img.shields.io/badge/-source-cccccc?style=flat-square" />](https://github.com/open-metadata/OpenMetadata/tree/main/ingestion/src/metadata/ingestion/ometa/mixins/dashboard_mixin.py#L34")

### method `publish_dashboard_usage`

```python theme={null}
publish_dashboard_usage(
    dashboard: Dashboard,
    dashboard_usage_request: UsageRequest
) → None
```

POST usage details for a Dashboard

**Args:**

`dashboard`: Table Entity to update

`dashboard_usage_request`: Usage data to add

***
