-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connector: Hubspot tickets stream produces an error that URI is too big #5835
Comments
Hey Airbyte Team, I am trying to use Airbyte to bring in several HubSpot tables but no matter how I configure the connector I get errors — the connector has tried to run three different times (3 attempts each, so 9 times total) and not one has succeeded. Here is the most recent failure logs. Am I missing something? Is there anyone who can give some guidance on this? Thank you in advance for your help! |
This one is a bit open ended - will assign this to the team today. For the next person to pick this up: what are our options to move forward on this? Some questions which may help solve:
We may need to get creative here... |
@vladimir-remar can you try the new version of the connector and let us know if it solves the issue? |
@sherifnada Sure! I will do it ASAP, thanks for the message. |
@sherifnada I modifed the configured_catalog.json just to sync the "tickets" stream {
"streams": [{
"stream": {
"name": "tickets",
"json_schema": {},
"supported_sync_modes": ["full_refresh"]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
}]
} I ran this command LOG tickets.log |
Hi, @vladimir-remar |
@yevhenii-ldv now it works!!! Thanks. |
Nicely done @yevhenii-ldv ! |
Enviroment
Current Behavior
When I try to pass the tests by running
python main_dev.py read --config secrets / config.json --catalog sample_files / configured_catalog.json
, when reaching the stream "tickets" an error occurs, apparently the URI is too large to be sent in the request. I attach the error.Expected Behavior
Finish all the sync jobs.
Logs
error.log
Steps to Reproduce
"start_date": "2021-08-26T10:00:00Z"
python main_dev.py read --config secrets/config.json --catalog sample_files/configured_catalog.json
The text was updated successfully, but these errors were encountered: