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()
No CommentsBe the first to comment
Recent ideas
OneLake Catalog full-text and content search
Why is it not possible to search OneLake by item description or even content? So I was thinking about how a user can find a table if they don't know in which lakehouse it is located? Why can't you se...TePe2 hours agoHelper IVPlanned1.1KViews21likes5Comments