Trigger on-demand lineage synchronization from Databricks system tables.
This endpoint triggers a manual sync of lineage data from Databricks system tables
to the local PostgreSQL database for faster lookups and offline access.
Works independently of the background sync worker - you don’t need to enable
ENABLE_LINEAGE_BACKGROUND_SYNC to use this endpoint.
Args:
sync_type: Type of sync - ‘full’ (both table and column), ‘table’, or ‘column’
scope: Optional scope filter (future enhancement for specific catalogs/tables)
Returns:
Sync operation results including counts and duration