Dynamics connector in Data Factory cannot handling error as per the best practice when API limit is exceeded
Dynamics 365 API has the limit for execution time below.
And if the limit is exceeded Dynamics online will return the error that status code is 429 or 500. Also as per the following document, when the error is recieved the client should wait amount of time before sending more requests.
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/api-limits#limits
Execution time The combined duration for all connections using the same user account 20 minutes (1200 seconds)
However when records import to Dynamics 365 using ADF, the above error is skipped if the fault torelance setting in copy activity is "enableSkipIncompatibleRow".
And the ADF cannot handle the errro for the limit.
Can you consider the behavior on ADF connector changes as per the best practice in Dyanmics 365?
