Sinds twee dagen krijg ik deze foutmelding in de monitor en in Azure Data Factory:
Failure happened on ‘Source’ side.
‘Type=Microsoft.OData.Core.ODataException,Message=Invalid JSON.
A comma character ‘,’ was expected in scope ‘Array’.
Every two elements in an array and properties of an object must be separated by commas.,
Source=Microsoft.OData.Core,’
op de tabel ExactOnlineREST.Incremental.SalesOrderLinesIncremental
.
Complete foutmelding in de monitor is itgenoda483
:
Query:
select t.*
from ExactOnlineREST.Incremental.SalesOrderLinesIncremental@eol t
where ([OrderDate] >= to_date('20210101', 'YYYYMMDD')
Alle andere tabellen (ook enkele grote zoals TransactionLinesIncremental
) werken prima!