Hi! We’re working on replacing a customer’s current custom python scripts with Meltano but ran into an issue with one of the tables in Microsoft SQL Server.
The data of this table spans from 2001 up to current date. Somewhere around 09/2010 there seems to be “corrupted unsorted chunks” that make the extraction fail. I encountered the error in both FULL and INCREMENTAL methods.
Since we only need data from last year onwards; has anyone found a way to reverse the extraction working from most recent first? (Z -> A).
My plan B would be asking the customer to create a view filtering the dates, plan C would be working the logic into the tap but I wanted to know if it could be achieved through meltano first. Thanks!