Hi I have a situation where I need to pass a value from 1 jdbcFeeder to another jdbcFeeder. Can someone give me an example on how to do that? My below example is not working
val data1 = jdbcFeeder("jdbc:postgresql://database/xyz?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory",
"1234","1234",
"select login_id as username from client"
val data1 = jdbcFeeder("jdbc:postgresql://database/xyz?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory",
"1234","1234",
"select address from locations where login_id = ${username}"