Hi, I encountered an issue with Salesforce source ...
# advice-data-ingestion
m
Hi, I encountered an issue with Salesforce source connector. It cannot sync the Contact objects, this is the only message I get:
Copy code
2022-08-31 08:28:33 source > Syncing stream: Contact 
2022-08-31 08:30:38 source > [{"message":"Your query request was running for too long.","errorCode":"QUERY_TIMEOUT"}]
2022-08-31 08:30:38 source > Cannot receive data for stream 'Contact', error message: 'Your query request was running for too long.'
As you can see it's just 2 minutes which I understand is the standard timeout for Salesforce API. Unfortunately there's no way to modify the query from the UI to somehow prevent the long execution. Any ideas how to approach it? It's initial load so I believe this could work with the increments, but manually setting the checkpoint in Status entity on the database didn't help.