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

Fabric Data Days Monthly is back. Join us on March 26th for two expert-led sessions on 1) Getting Started with Fabric IQ and 2) Mapping & Spacial Analytics in Fabric. Register now

Reply
mb_
New Member

Lakehouse SQL Endpoint: OPENROWSET - Support for FORMAT = 'DELTA' when reading from ADLS data source

Using the OPENROWSET protocol to read from ADLS:

Simplifying file access in OPENROWSET using data sources and relative paths (Preview) | Microsoft Fa...

The blog shows reading from CSV in ADLS, is reading from Delta Table also supported?

csv:

SELECT * FROM OPENROWSET(BULK '/Files/data/2025/0 9/sales.csv', DATA_SOURCE = 'MyAdls')

delta:

SELECT * FROM OPENROWSET(BULK '/Files/data/2025/0 9/', DATA_SOURCE = 'MyAdls', FORMAT = 'DELTA')
1 ACCEPTED SOLUTION
v-veshwara-msft
Community Support
Community Support

Hi @mb_ ,

Thanks for posting in Microsoft Fabric Community.

At present, using OPENROWSET with FORMAT = 'DELTA' to read Delta tables from an ADLS data source is not supported in the Lakehouse SQL Endpoint. The current preview functionality supports formats like CSV, Parquet, and JSON when accessing files through OPENROWSET.

 

The team is continuously working to expand format support, so this may become available in future updates.

Reference: Browse File Content Before Ingestion with the OPENROWSET function - Microsoft Fabric | Microsoft Lea...

 

Hope this helps. Please reach out for further assistance.

Thank you.

View solution in original post

3 REPLIES 3
mb_
New Member

Appreciate the response @v-veshwara-msft!

 

Creating views against Delta tables would allow us to replicate our Synapse Serverless SQL databases in Fabric, so I would consider this a valuable feature for current Synapse users looking to migrate to Fabric.

v-veshwara-msft
Community Support
Community Support

Hi @mb_ ,

Thanks for posting in Microsoft Fabric Community.

At present, using OPENROWSET with FORMAT = 'DELTA' to read Delta tables from an ADLS data source is not supported in the Lakehouse SQL Endpoint. The current preview functionality supports formats like CSV, Parquet, and JSON when accessing files through OPENROWSET.

 

The team is continuously working to expand format support, so this may become available in future updates.

Reference: Browse File Content Before Ingestion with the OPENROWSET function - Microsoft Fabric | Microsoft Lea...

 

Hope this helps. Please reach out for further assistance.

Thank you.

vrsanaidu2025
New Member

yes, 

SELECT *
FROM OPENROWSET(
BULK '/Files/data/2025/09/',
DATA_SOURCE = 'MyAdls',
FORMAT = 'DELTA'
)

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Fabric Update Carousel

Fabric Monthly Update - February 2026

Check out the February 2026 Fabric update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.