An Azure service for ingesting, preparing, and transforming data at scale.
HI @Dirk Sachse ,
Thanks for posting query in Microsoft Q&A Platform.
If I understood your ask better then you want to have expression as a string in SQL. Read that expression as string in to ADF and in ADF convert that string in to expression.
Sadly, this is not possible at this moment in pipeline expressions. But, converting string and to expression is possible using expr() function in ADF data flows.
So, if your requirement suits in dataflows, then consider using dataflows for your case.
Please check below video, where its explained using expr() function to convert string to expression.
https://www.youtube.com/watch?v=Dssph_O5cVQ&list=PLMWaZteqtEaLacN3eS3s8pw2jtwBVb1BH&index=34
Hope this will help. Please let us know if any further queries.
-----------------
Please consider hitting Accept Answer button. Accepted answers helps community as well.