Closed dyaffe closed 1 year ago
run_interval
does not apply), only if it is successful. So in this case, this task has always errored since we applied the run_interval
, so we could never give it a break. My suggestion is giving it a break manually by disabling the task for a day and then enabling it after.estuary/jennyproject
Problem We have a bunch of SaaS connectors that have been running for a while and are now giving random errors. We should attempt to identify the issues so that the connectors are reliable and our alerting won't be clogged -- they are below:
estuary/jira/source-jira
raise HTTPError(http_error_msg, response=self)\nrequests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://estuary1.atlassian.net/rest/agile/1.0/board/1/sprint?maxResults=50"}
(generally working and getting data)
estuary/dave-test12233/source-youtube-analytics
Error while refreshing access token: 400 Client Error: Bad Request for url: https://oauth2.googleapis.com/token"}
(generally working and getting data)
Estuary-New/j/source-zendesk-chat
is getting this error:401 Client Error: Unauthorized for url: https://www.zopim.com/api/v2/triggers?limit=100"}
Estuary-New/testsentry/source-sentry
is getting:HTTPError(http_error_msg, response=self)\nrequests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://sentry.io/api/0/projects/estuary/jennyproject/events/?full=true"}
fjtest/test1/source-freshdesk
HTTPError: 403 Client Error: Forbidden for url: https://fjtest.freshdesk.com/api/v2/canned_response_folders?per_page=100"}
estuary/mahdi-chargebee/source-chargebee
File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/declarative/retrievers/simple_retriever.py\", line 327, in parse_response\n raise ReadException(error_message)\nairbyte_cdk.sources.declarative.exceptions.ReadException: Request to https://estuary-test.chargebee.com/api/v2/addons?sort_by%5Basc%5D=updated_at\u0026include_deleted=true\u0026updated_at%5Bbetween%5D=%5B1680307200%2C+1682899199%5D failed with status code 403 and error message The site is not enabled"}
This may just be end of a free trial.
The text from Notion pages get loaded to rich_text. To get that data I currently have to swap rich_text with text in the schema specs. I think the schema that notion outputs on discovery needs to have text and rich_text properly mapped?