Skip to main content
Solved

Unable to use parameter inside a parameter.

  • August 10, 2023
  • 1 reply
  • 18 views

Varun_pvs
Fan

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

Best answer by saleempothiwala

@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.

View original
Did this topic help you find an answer to your question?

saleempothiwala
Headliner
Forum|alt.badge.img

@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