Issue with data-orch.list and URLs Containing Parameters in Apache Hop #4701
Replies: 2 comments 1 reply
-
Interesting case. I have not seen anyone try this before. Does the URL with parameters work when you use "open file" and paste the path directly in the filepath box? If there's an easy way for us to reproduce this using s3 or another blob storage service, you could make a ticket with the reproduction path. I would not classify it as a bug but as a feature because it falls a bit in the non-normal use category. |
Beta Was this translation helpful? Give feedback.
-
Afaik, the |
Beta Was this translation helpful? Give feedback.
-
Hello,
I’m currently working with Apache Hop and facing an issue with the data-orch.list file. Here’s the scenario:
I override the data-orch.list file with the path of the pipeline I want to open in Apache Hop.
When the URL of the .hpl file does not contain parameters, everything works perfectly.
However, if the URL contains parameters, I encounter the following error:
For example:
URL without parameters (works): http://domain/path/to/pipeline.hpl
URL with parameters (fails): http://path/to/pipeline.hpl?param1=value1¶m2=value2
Has anyone else encountered this issue? Is there a workaround or a specific configuration needed to handle URLs with parameters?
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions