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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Poweraegg
Advocate II
Advocate II

Fabric - External Delta Tables in Lakehouse

Hello,

 

when I create an external delta table, and the files are saved externally in a ABFS path, I cannot find it using the default connectors. For example it does not appear in a dataflow, in Power BI when I directlake query, nor in the SQL Endpoint. It makes sense that it does not appear in these data query tools, however is there any possible way to move the external delta table data around in Fabric, other than using Notebooks in a Lakehouse? I seem to be unable to query it using a Warehouse for example. I am trying to get the data (and transform it) from a Silver Layer Lakehouse Delta Table to a Gold Layer Warehouse Table.

 

Thanks!

2 REPLIES 2
bcdobbs
Super User
Super User

How are you creating the table initially? Is it from a notebook? Happy to try and recreate.

 

Have you tried creating a shortcut in the warehouse to the external location?



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

Using a Notebook in the Lakehouse:

python:

#overwrite the existing gold delta table in the gold lakehouse
df_silver.write.mode("Overwrite").format("delta").saveAsTable("Product_Gold_External", path="Files/Product_Gold_External")

 

These are the delta tables in the lakehouse (external and managed):

Poweraegg_2-1706297423477.png

 

I cannot find the shortcut in the add data menu in the warehouse.

Poweraegg_0-1706297256263.png

 

Using the Shorcut in the Lakehouse, however, seems to run into a problem. I cannot view the external table in the onelake datahub:

 

Poweraegg_1-1706297379416.png

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Kudoed Authors