Anonymous
11 months agoNot applicable
Status:
New
Add Recurse Option For Notebookutils.fs.ls
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 Comments
Recent ideas
Data Pipelines - Run only selected activities
For debugging and testing pipeline activities during development, allow us to select one or multiple activities and run only the selected pipeline activities. For example, I'm working on editing ...frithjof_v21 hours agoCommunity ChampionNew618Views11likes2CommentsSemantic model connection bindings should be in source control (Git)
Semantic model data source connection bindings should be source controlled. A semantic model can contain multiple data source references, each of which can be mapped to a separate Fabric data connec...frithjof_v1 day agoCommunity ChampionNew21Views1like0CommentsBulk changing column names in Visualizations Pane
We often use raw/api column names or measures with a set nomenclature to be consistent and to keep track of them but we do not want to display these names in the visuals. Currently we have to change ...vishal1401971 day agoFrequent VisitorNew6Views0likes0Comments