An Azure service for ingesting, preparing, and transforming data at scale.
Hi N2120,
Great job. Thank you for sharing your resolution details here. Since, you cannot accept your own answer. I am adding your resolution details here. Kindly consider hitting Accept Answer button. Accepted answers help community as well.
found the solution by passing the parameter in query option of dataflow using dynamic sql option inside query
using the following expression with a dataflow parameter date passed from outer pipelne concat('<fetch> <entity name="customer"> <attribute name="name" /><attribute name="city" /> <filter type="or"> <condition attribute="modifiedon" operator="gt" value="', $date, '" /> </filter> </entity> </fetch>') and this worked
Please consider hitting Accept Answer button. Accepted answers help community as well. Thank you.