Hey there!
When using kedro azureml with the AzureMLDataset type, it seems to be using the fsspec (as described by the documentation). Is there a way to use the "mode" paramter in AzureML's command, and not have to download each file individually (through fsspec), but rather have them in mode rw_mount?
h
Hall
02/06/2025, 8:20 PM
Someone will reply to you shortly. In the meantime, this might help:
and for our use case : our dataset is about 50Gb of binary data (think audio data), which is used in about 20 different nodes (and no, we can't reduce it further, it is already reduced at that moment).
Alexandre Ouellet
02/06/2025, 8:24 PM
and download 50Gb of data 20 times does not seem really efficient, so instead we'd like to mount it instead