Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric Ideas just got better! New features, better search, and direct team engagement. Learn more

Read Data from Lakehouse inside a Fabric SQL Database (using T-SQL)

It should be possible to query data in a Fabric Lakehouse directly in Fabric SQL database using T-SQL. For example I have the following scenario where I want to join data from a table in my Fabric SQL DB to a delta table in my lakehouse then insert the resultset into another table in my Azure SQL database:


INSERT INTO AnotherGoldDatabaseSQLTable

(Columns)

SELECT *

FROM SilverLakehouseDeltaTable x

JOIN GoldDatabaseSQLTable y ON y.id = x.id


This isn't currently possible with Fabric SQL Database.


Status: Planned
Comments
nishalit
New Member
We are actively working on this ask.
fbcideas_migusr
New Member
Status changed to: Planned