Reputation: 5401
Is it possible to use the parameters incoming from the webservice ( named 'Query' in my case ), in the SQL in the reader module.
I think it's possible, but I cannot find anywhere how to template these properties in the SQL query so that it becomes dynamic.
Upvotes: 4
Views: 531
Reputation: 41
Currently, you'd have to implement the logic for inserting the query key in the client application that calls the web service. Support for parameterized SQL queries is in our feature backlog.
Upvotes: 2
Reputation: 1251
Yes you can. Here is the blog demonstrating "how-to" for web service parameters - http://blogs.technet.com/b/machinelearning/archive/2014/11/25/azureml-web-service-parameters.aspx
Upvotes: 1