I have pipeline parameter name run_id = 123 in configuration and inside jdbc query i want to pass following query:
SELECT * FROM test WHERE id = ${run_id}
I have pipeline parameter name run_id = 123 in configuration and inside jdbc query i want to pass following query:
SELECT * FROM test WHERE id = ${run_id}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.