Skip to main content

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.

module dashboard_mixin

Mixin class containing Table specific methods To be used by OpenMetadata class

class OMetaDashboardMixin

OpenMetadata API methods related to Dashboards and Charts. To be inherited by OpenMetadata

method publish_dashboard_usage

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