While running the DAP 2.2 CLI on a Windows 11 machine, using Python 3.3.12, to push data into an Aurora PosgtresQL database, the data load aborts mid way through — it will look something like this:
For some of the medium-sized tables I truncated the table, re-tried and it eventually loaded all the data; for this biggest table, though, it has never gotten past 40 percent. Since there's a lot of data, I'd love to resume the process rather than restarting it.
To be clear, by abort what I mean is that init db stops doing anything I can observe — no error messages, no local CPU activity, no networking activity, no more data rows going into the database, even after waiting overnight. Eventually I kill the process.
Any suggestions on what might get the data loaded?