We are attempting to import data from Netsuite into Azure Synapse Analytics via SuiteAnalytics Connect (ODBC) - this works on all but one table (transactionLine) where the connection always times out at 2 hours
From speaking to Oracle it appears the the two hour limit is fixed and cannot be increased.
I have a Copy Data activity set up in a pipeline, when I set "Use Query" to "Table" it times out but when I set it to "Query" and limit it to a small number of rows (e.g. 100) it works fine (see screenshot)
Is there a built in way to import this data in batches, say 1000 rows at a time, without creating dozens of separate Copy Data activities?