Can you verify that the System_AssignedTo
field in both the source Azure Storage Table and the destination Kusto Table have the correct data types and mappings ?
Maybe you have default values set for the System_AssignedTo
column in the Kusto Table schema.
You can use the Data Preview feature in ADF to inspect the data in the source Azure Storage Table. Confirm that the System_AssignedTo
field is indeed blank for the rows in question.
Run the ADF pipeline in Debug mode and inspect the data as it passes through each activity. This can help identify where the incorrect value might be getting assigned.
You may contact Azure Support if the issue still persists.