Hi all, having trouble with initial setup with the Salesforce connector. I was successfully able to load a smaller table (~5,000 rows, ~100 columns) from Salesforce to our Redshift instance, so can verify that the connection to Salesforce & Redshift were successful. However, when I try to sync one of our larger tables (~25,000 rows, ~600 columns), Airbyte says sync was successful but no rows were transmitted.
I believe the error is on Salesforce's side as the SOQL query is too complex, as I received a similar error through another ETL service we are trialing and got it to work after reducing the number of fields (
this link says 250 columns will likely not allow the query to run>). Is there any way to either 1.) reduce the number of fields that we are querying from Salesforce, or 2.) pull data from a custom report in Salesforce?