Bulk Export - Huge Files

Hi, I’m trying to export a huge file (80 million rows) to database (MSSQL) but after 30 minutes (around 50M ) the bulk export starts a rollback.
I splitted the file in 3 parts and everything works pretty well, my question is: Is there some internal timeout or row limit inside bulk export action?

Yes, database connectors have an export timeout setting.

image

Cool, tks Dmitry!