Hi,
I am copying data from SQL server to Parquet file in blob and then to Synapse. I need to fetch an additional column from another table in Synapse and add it to the destination (auditID). My stored procedure handles this. I am using Additional columns feature to get the value from Lookup activity and pass it to the Sink, however, the value is returned as String and I need it to be int. Casting it in Additional Column value field gives me a warning. In the Mapping section it does not allow to change data types. How can I make sure that the column is copied as type int and not String?