leehaut commented on issue #8096:
URL: https://github.com/apache/hop/issues/8096#issuecomment-5432942998
@CarlosJuncher03 Thanks for testing the snapshot and posting the log.
The original problem from this issue (the variable resolver metadata not
being found on the remote server) looks fixed in that build. In your log,
#{pipeline_token:x:authorization} is resolved, and the nested pipeline
ad_hoc_token does start with the local engine. That means the resolver metadata
is being picked up from the exported package.
What still fails is one level deeper:
```txt
REST connection rest_client_token could not be found
```
So this is no longer “variable resolver not exported”, but “the nested
pipeline started by the resolver cannot find REST connection metadata”.
If you can share a minimal pipeline that: uses #{pipeline_token:...} → runs
a child pipeline → that child uses a REST connection, we can reproduce this
remaining case and fix it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]