You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am setting up a ClearML pipeline using decorators. For one of the pipeline steps I get the following error: clearml.storage - ERROR - Exception encountered while uploading Failed uploading object <azure_link> pipeline logic/custom pipeline logic artifacts/result_create_dataset_dataset_tags/result_create_dataset_dataset_tags.pkl (400): <?xml version="1.0" encoding="utf-8"?><Error><Code>InvalidQueryParameterValue</Code><Message>Value for one of the query parameters specified in the request URI is invalid.
The issue occurs with one of my arguments, which contains an array of tags that I want to give to my dataset. When removing this argument, everything works fine.
I have also recreated the pipeline using functions, and then it causes no issues, but preferably I would use the decorator method.
Hi @zadaninck ! I wasn't able to reproduce this unfortunately.
There should not be many differences when it comes to artifact uploading between pipelines from decorators and pipelines from functions.
Could it be that your blob storage/azure-storage-blob version does not do well with spaces (i.e. the spaces in custom pipeline logic) ?
Hi @eugen-ajechiloae-clearml, I have tried removing the spaces, but the same error still occurs. It seems to be related specifically to the dataset_tags argument.
Describe the bug
Hi, I am setting up a ClearML pipeline using decorators. For one of the pipeline steps I get the following error:
clearml.storage - ERROR - Exception encountered while uploading Failed uploading object <azure_link> pipeline logic/custom pipeline logic artifacts/result_create_dataset_dataset_tags/result_create_dataset_dataset_tags.pkl (400): <?xml version="1.0" encoding="utf-8"?><Error><Code>InvalidQueryParameterValue</Code><Message>Value for one of the query parameters specified in the request URI is invalid.
The issue occurs with one of my arguments, which contains an array of tags that I want to give to my dataset. When removing this argument, everything works fine.
I have also recreated the pipeline using functions, and then it causes no issues, but preferably I would use the decorator method.
To reproduce
Environment
The text was updated successfully, but these errors were encountered: