Solved

Unable to use parameter inside a parameter.

  • 10 August 2023
  • 1 reply
  • 13 views

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

icon

Best answer by saleempothiwala 10 August 2023, 13:18

View original

1 reply

Userlevel 4
Badge

@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