Square connector SAT if failing due to changes in Airbyte SDK #4643
Labels
area/connectors
Connector related issues
area/live-tests
connectors/destination/local-csv
connectors/destinations-files
connectors/source/square
connectors/sources-api
type/bug
Something isn't working
Enviroment
Current Behavior
Hello. Acceptance tests on square-source are failing because of an error
It is connected with CDK update of
airbyte_cdk/sources/streams/http/http.py
file on 175 lineBefore update it was
def _send_request(self, request: requests.PreparedRequest) -> requests.Response:
After update:
def _send_request(self, request: requests.PreparedRequest, request_kwargs: Mapping[str, Any]) -> requests.Response:
I am using the
_send_request
method to handle errors from API in core stream classSo I need to update this method in the connector and make a new /publish release of the connector
Expected Behavior
SAT goes PASSED
Logs
Are you willing to submit a PR?
I will submit the PR with fix for this issue
The text was updated successfully, but these errors were encountered: