Forum Discussion

krasinv's avatar
krasinv
Frequent Visitor
3 years ago

DataFlow / Power Query to read from Delta Lake ( ADLS) with DeltaLake.Table()

Good day,

My case is not Databricks Delta Lake. I'm trying to read natively from Delta Lake Table stored on ADLSgen2.

There is a new capability DeltaLake.Table() (description here https://learn.microsoft.com/en-us/powerquery-m/deltalake-table)

Unfortunately, I was not successful. I'm getting a warning - There is no Delta table at this location.

I appreciate any ideas as well as some documentation.

 

 

 

 

 

let
   Source = AzureStorage.DataLake("https://XXXXX.dfs.core.windows.net/path to DeltaLakeTable/"),
   ReadDelta = DeltaLake.Table(Source)
in
   ReadDelta

 

 

 

 

 

3 Replies