An Azure service for ingesting, preparing, and transforming data at scale.
Hello @Adam Fila,
Welcome to QnA,
Thanks for reaching out on this forum, Community will help you with this issue.
It's possible that the issue is related to the data type of the column in the SQL table. If the column is defined as an unsigned integer, it will not allow negative values and will automatically convert them to positive values.
Another possible solution is to use a derived column transformation in your dataflow to convert the value to a string before inserting it into the SQL table. This will ensure that the value is not automatically converted to a positive integer. You can then use a SQL function to convert the string value back to an integer in the stored procedure.
Please add more info on Sample Source Data? any CSV file? or any source SQL?
Please provide sample data info, how does it look like? so that we repro on our side/
Please Provide your Dataflow actions? how many stages/activities after Source-->Derived Column (Any Expressions?)-->Sink (SQL)? Please provide dummy info Image of your Dataflow how does it like?
Thanks for your understanding!
#NeedMoreInfo