I am using Adf Data flow. In the source dataset I have a column name called ‘@url’ which is coming from the blob. Now when I debug the pipeline I get the error ErrorCode=InvalidTemplate, ErrorMessage=Unable to parse expression ‘url’. I know that it is happening because of the @ sign at the start of the cloumn name url. But I do not know how to fix it. Any suggestion?
I want to remove the @ from the column name @url in source , so that I do not get the error while debugging the adf pipeline
Shri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.