In the target Kusto table, could you try changing the data type of DueDate column to string and see if it works
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Failure happened on 'Source' side. ErrorCode=UserErrorKustoWriteFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Write to Kusto failed with following error: An error occurred for source: 'DataReader'. Error: 'Column 'DueDate' contains an invalid value '2020-12-27T08:44:25.143'.'.,Source=Microsoft.DataTransfer.Runtime.KustoConnector,''Type=Kusto.Ingest.Exceptions.IngestClientException,Message=An error occurred for source: 'DataReader'. Error: 'Column 'DueDate' contains an invalid value '2020-12-27T08:44:25.143'.',Source=Kusto.Ingest,''Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Column 'DueDate' contains an invalid value '2020-12-27T08:44:25.143'.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.ArgumentException,Message=Specified cast is not valid.Couldn't store <2020-12-27T08:44:25.143> in DueDate Column. Expected type is DateTimeOffset.,Source=System.Data,''Type=System.InvalidCastException,Message=Specified cast is not valid.,Source=System.Data,'
In the target Kusto table, could you try changing the data type of DueDate column to string and see if it works
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav