I have a replication package copying data from Salesforce to an Azure SQL database. Some records that were deleted in Salesforce are still showing up in the SQL database. For example, a record from custom Salesforce object "Delivery__c" with ID "a1X0P00000Ka3SoUAJ" is still appearing in the SQL database with the IsDeleted column = FALSE. When I do a SOQL search for the same record ID in Salesforce, it shows with IsDeleted = TRUE and a last modified date of 12/1/2020. Any help would be appreciated. Thank you.
Package is "Salesforce to SQL", URL https://app.skyvia.com/#/64845/packages/112703