How to fix issue with salesforce object
The 'DatedConversationRate' table in Salesforce contains a 'startdate' column with date values like '0000-12-30'.Previously, salesforce connector in Azure Data Factory successfully fetched data by converting these values to '0001-12-30'. However, the Salesforce connector is no longer performing this conversion, causing pipeline failures. We are unable to read data from salesforce by specifying api object name in copy activity of ADF using salesforce connector due to invalid date values but 2 days back it was working fine.it’s working fine by using SOQL query but facing issue with specifying api object name in ADF.Any suggestions?