CarlosJuncher03 commented on issue #8045:
URL: https://github.com/apache/hop/issues/8045#issuecomment-5403904728

   Upon reviewing the documentation, the only actual error is that the 
"Variable Resolver via pipeline" metadata is not being sent. This results in 
the following error:
   
   rg.apache.hop.core.exception.HopRuntimeException: Error resolving variable 
'variavel #{pipeline_token:x:authorization}' with variable resolver metadata
        at 
org.apache.hop.core.variables.Variables.substituteVariableResolvers(Variables.java:312)
        at org.apache.hop.core.variables.Variables.resolve(Variables.java:166)
        at 
org.apache.hop.pipeline.transform.BaseTransform.resolve(BaseTransform.java:3534)
        at 
org.apache.hop.pipeline.transforms.writetolog.WriteToLog.processRow(WriteToLog.java:87)
        at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:54)
        at java.base/java.lang.Thread.run(Thread.java:1583)
   Caused by: org.apache.hop.core.exception.HopException: 
   Falhou a inicialização de pelo menos um transform. A Execução não pode sere 
iniciada!
   
   
        at org.apache.hop.pipeline.Pipeline.prepareExecution(Pipeline.java:1207)
        at 
org.apache.hop.pipeline.engines.local.LocalPipelineEngine.prepareExecution(LocalPipelineEngine.java:307)
        at 
org.apache.hop.resolvers.pipeline.VariableResolverPipeline.resolve(VariableResolverPipeline.java:165)
        at 
org.apache.hop.core.variables.Variables.substituteVariableResolvers(Variables.java:272)
        ... 5 more
   
   
   
   <img width="1436" height="521" alt="Image" 
src="https://github.com/user-attachments/assets/94183593-9fc4-4b15-9849-be65f2f283a9";
 />
   
   
   <img width="2333" height="932" alt="Image" 
src="https://github.com/user-attachments/assets/868edfa5-5b26-417b-8836-5c5ed85d3890";
 />
   
   
   
   There is just one detail in the documentation that isn't entirely clear to 
me. Does the current process of exporting files via ZIP to the server include 
the project root? I ask because I have some JSON files that the parent pipeline 
lists and reads in order to pass them to a child pipeline; this child pipeline 
performs a transformation—"ETL Metadata"—where it receives metadata rows to 
initialize a template pipeline and execute the flow. However, when I run the 
parent pipeline directly after exporting it, it fails to locate those JSON 
files on the server.
   


-- 
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]

Reply via email to