I have a filter condition in which it is given as string e.g, if columnName is firstname then filter condition is firstname = 'xyz'. I am trying to add this filter in source query in data flow.
I am reading this filter condition from table where filtercondition is defined as text column
I am getting parsing error
{"StatusCode":"DF-Executor-ParseError","Message":"Job failed due to reason: Expression cannot be parsed","Details":""}



