Summary
When trying to read from a stream using pyAirbyte with Salesforce connector, encountering AirbyteConnectorFailedError. Questioning if there is a known issue with the Salesforce connector or if there is a missing configuration.
Question
Hi Everyone,
I am trying pyairbyte with Salesforce connector. I connected ok. I am able to list all streams. However when I try to read from the stream using
read_result: ab.ReadResult=source.read()
I get this error
File "/home/daniel/sampleApp/test.py", line 20, in <module>
read_result: ab.ReadResult=source.read()
^^^^^^^^^^^^^
File "/home/daniel/sampleApp/venv/lib/python3.12/site-packages/airbyte/sources/base.py", line 815, in read
raise exc.AirbyteConnectorFailedError(
airbyte.exceptions.AirbyteConnectorFailedError: AirbyteConnectorFailedError: Connector failed. ```
Is there a known issue with the salesforce connector. OR is there configuration am missing?
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1720730635686899) if you want
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["pyairbyte", "salesforce-connector", "read-error", "airbyteconnectorfailederror"]
</sub>