sghadse
6 years agoNew Contributor
Use of pipeline parameter in MySQL Multi execute snap
How to use a pipeline parameter in MySQL Multi execute snap’s SQL statement?
I have a child pipeline that receives table name as a pipeline parameter. When I use pipeline parameter in Delete and insert SQL statements, I am getting following validation error for accessing parameter as _parameterName, $.eval(_parameterName), or $_parameterName
“Failure: Execution failed, Reason: One or more statements failed, Resolution: Please ensure SQL statement syntax is correct for all statements provided”