froessler

Results 15 comments of froessler

Is this being worked on by someone? Otherwise, I'd be happy to add a PR as I have been working on something similar anyway. @berquist @langner

@tomasvanpottelbergh FYI I think the 1.0.0 release of azure fsspec adds a download option to the AzureMachineLearningFileSystem. There is also something called upload but I have not tried it out.

I had the same issue. For me it seems like an issue with iOS. The same works under linux just fine but under iOS with conda it does not.

Thanks @astrojuanlu, I was not aware of this major refactor. I guess this is some ways off though or do you have more details on the timeline? In case there...

@noklam Yes I can see that, thanks for pointing that out. The problem with azureml-fsspec is that they did not implement it similar to adfs or adl ... but such...

I’m pretty sure we transitioned everything to the v2 sdk a while back see [here](https://github.com/getindata/kedro-azureml/blob/474ade08a7b22d757bc6fa251bd9cf6f98b312c1/CHANGELOG.md?plain=1#L26-L27). I also don’t see where we have a dependency on `azureml v1` atm? Also according...

Hi @Gabriel2409, thanks for making the initial step so quickly. I think from my perspective (and I invite anyone to disagree on this) when I talked about an initial PR...

Hi sorry I was off on holiday for some days. I think the proposed solution looks ok. If there is a way to consolidate the azureml and local folder path...

I think this is related to the code below in [`generator.py`](https://github.com/getindata/kedro-azureml/blob/58a26ad87294376f9038bbb89521ec9c76b700e3/kedro_azureml/generator.py#L239-L250). `Output` has as default type `uri_folder` see [here](https://learn.microsoft.com/en-us/python/api/azure-ai-ml/azure.ai.ml.output?view=azure-python) and as this is currently not related to what is specified...

I am not sure what is going on. I remember @tomasvanpottelbergh mentioned something on using uri_file as output dataset. I think we have it even excluded as subsequent inputs through...