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 ,
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.