Forum Discussion
Databricks Catalog Mirroring API
- 1 year ago
Hi dks ,
yeah, the current Fabric Mirroring API doesn’t support Databricks – it’s limited to sources like Azure SQL, Snowflake, etc.
we had a similar need and here’s what we did instead:
- used Azure Data Factory or Fabric Data Pipelines to copy data from Databricks tables (via JDBC or REST)
- landed the data into a Lakehouse table in Fabric
- then used that table in reports or semantic models
it’s not real-time mirroring, but works for scheduled syncs.
also worth checking if Delta Sharing is an option – Databricks supports it and Fabric is expected to support it soon (if not already in preview).
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
Hi dks ,
Just checking in – did the steps I shared help resolve the issue?
✅ If it’s working now, feel free to mark the response as the Accepted Solution. This helps others who face the same issue find the fix faster.
✨ And of course, a little Kudos would be much appreciated!
If you're still running into trouble, let me know what you've tried so far and I’ll help you dig deeper. We’ll get it sorted!