Pere Miquel Brull 34fbe5d64c
Docs - Prepare 1.7 docs and 1.8 snapshot (#20882)
* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT

* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
2025-04-18 12:12:17 +05:30

1.3 KiB

title slug
Dashboard Mixin /sdk/python/api-reference/dashboard-mixin

{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

module dashboard_mixin

Mixin class containing Table specific methods

To be used by OpenMetadata class


{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

class OMetaDashboardMixin

OpenMetadata API methods related to Dashboards and Charts.

To be inherited by OpenMetadata


{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

method publish_dashboard_usage

publish_dashboard_usage(
    dashboard: Dashboard,
    dashboard_usage_request: UsageRequest
)  None

POST usage details for a Dashboard

:param dashboard: Table Entity to update :param dashboard_usage_request: Usage data to add