Skip to main content

Hello Everyone,

I am trying to use a parameter inside a parameter, but streamsets is unable to resolve the expression.

 

 

I believe this is a streamsets limitation, is there any workaround for this? 

 

Appreciate your help,

 

Thanks

Varun

@Varun_pvs Parameter within parameter will not work.

 

Workaround would be to create another pipeline that creates the sql string with correct table name and use Orchestration library to call this job using the parse SQL query as a parameter.


Reply