METABASE

Sync Dashboard Metadata

Sync Metabase dashboard metadata from Airflow DAG to local database.

This endpoint receives collections and dashboards data from an Airflow DAG and stores the metadata in the local PostgreSQL database for the specified tenant.

Args: request: SyncDashboardMetadataRequest containing tenant, collections, dashboards, and fetch timestamp

Returns: SyncDashboardMetadataResponse with sync operation results

post/metabase/sync-dashboard-metadata

Request body

tenant_namestring required
fetch_timestampstring required

Response

Successful Response

OR

Changes

No recorded changes to this endpoint across all 28 revisions of this API.