I am developing a AWS process that uses a Step Function to coordinate Lambda Calls in order to get data from the DAP client for our data lake. However, I am running into an issue with the Submissions table where it is taking almost an hour for an Incremental query of about 10 days of data, but the Snapshot query takes only around 7 minutes to complete.
Is there anything I can do to speed up the incremental call, or should I kick off the job, capture the ID and check the status until it is ready for download?