Hi, I would like to apply an SQL Query Transformation to my data in Azure ML Designer but the transformation needs to take two parameters as inputs. How do I reference them
The idea is to have something like this:
select * from customers where account = [param1] and cuType = [param2]
I have defined param1 and param2 as pipeline parameters but not sure how to reference them in the sql script