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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
antoniofarias
Frequent Visitor

How to list tables of Lakehouse using spark

Hi, is there anyway to list the tables from lakehouse using ABFS path or URL of lakehouse tables? I know how to do inside the fabric, with "SHOW TABLES" or the mssparkutils with fs.ls, but I need to do this outside the fabric.

 

Like the function:

 

 

spark.catalog.listTables()

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @antoniofarias 
Thanks for using Fabric Community.
You can refer to this thread:
python - Get the list of tables from fabric workspace using abfss path - Stack Overflow
If the above link doesn't help, please let me know where you want to use the code to get the list of tables. Or provide me the repro steps.

You can also use Rest API to get the lakehouse tables: Lakehouse management API - Microsoft Fabric | Microsoft Learn

Thanks

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @antoniofarias 
Thanks for using Fabric Community.
You can refer to this thread:
python - Get the list of tables from fabric workspace using abfss path - Stack Overflow
If the above link doesn't help, please let me know where you want to use the code to get the list of tables. Or provide me the repro steps.

You can also use Rest API to get the lakehouse tables: Lakehouse management API - Microsoft Fabric | Microsoft Learn

Thanks

Anonymous
Not applicable

Hi @antoniofarias 
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. Otherwise, will respond back with the more details and we will try to help.
Thanks

Anonymous
Not applicable

Hi @antoniofarias 
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. Otherwise, will respond back with the more details and we will try to help.
Thanks

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

Top Solution Authors