Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
The current notebookutils.fs.ls() function will return the contents of a single directory.
However, it is often the case that you need to recuse through child directories within a parent directory
Look at the Get-ChildItem cmdlet in PowerShell for a good example: Get-Child Item
You can implement your own recursion, but I am willing to bet making multiple calls out to the synapse API is much less compute effective than just having the API be able to support recursive listing itself.
Please add a flag or parameter to get recursive results when using notebookutils.fs.ls()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.