-
Bug
-
Resolution: Done
-
Normal
-
RHODS_1.24.0_GA
-
False
-
None
-
False
-
Testable
-
No
-
-
-
-
-
-
-
1.25.0
-
No
-
No
-
Pending
-
None
-
-
-
RHODS 1.25
Description of problem:
Right now we have an inconsistency in the way we process the model folder path for a Data Connection.
If the model is in the root folder, we need to add a / slash to that field.
On the other hand, when the model is inside a folder in the bucket, we need to add that path without the first / slash.
Steps to Reproduce
- Create a new model server
- Add a data connection
- Target a model in the root folder with /
- The model should be deployed
- Now deploy another model in some path, try to add it with /route/model
- Check that this configuration will fail since we are adding the slash at the beginning of the path.
- mentioned on