@Ram Babu It sounds like you’re encountering an intermittent issue with one specific table in your Azure Data Factory (ADF) pipeline. The error message indicates a problem with the date format during the file upload process. Ensure that the date formats in the DatedConversionRate
table are consistent and valid. Sometimes, an unexpected date format can cause this error.
Use ADF’s error handling capabilities to manage failures gracefully. You can configure your pipeline to handle errors and continue processing other tables even if one fails.
Also, refer to suggestions on this post:
Please try the suggestions above and let me know via comment, if you are still seeing the issue. Thanks.