-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Source twilio: fix generating date ranges #19479
Source twilio: fix generating date ranges #19479
Conversation
/test connector=connectors/source-twilio
Build FailedTest summary info:
|
/test connector=connectors/source-twilio
Build FailedTest summary info:
|
/test connector=connectors/source-twilio
Build FailedTest summary info:
|
/test connector=connectors/source-twilio
Build PassedTest summary info:
|
/test connector=connectors/source-twilio |
1 similar comment
/test connector=connectors/source-twilio |
/test connector=connectors/source-twilio |
/test connector=connectors/source-twilio
Build FailedTest summary info:
|
/test connector=connectors/source-twilio
Build FailedTest summary info:
|
/test connector=connectors/source-twilio
Build FailedTest summary info:
|
/test connector=connectors/source-twilio
Build PassedTest summary info:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving changes made to airbyte-integrations/connectors/source-twilio/acceptance-test-config.yml
on behalf of the connector operations team.
- name: "alerts" | ||
bypass_reason: "alerts are transient - they emerge and disappear from time to time" | ||
- name: "dependent_phone_numbers" | ||
bypass_reason: "stream not filled yet" | ||
- name: "conference_participants" | ||
bypass_reason: "stream not filled yet" | ||
- name: "available_phone_numbers_local" | ||
bypass_reason: "very volatile data" | ||
- name: "available_phone_numbers_mobile" | ||
bypass_reason: "very volatile data" | ||
- name: "available_phone_numbers_toll_free" | ||
bypass_reason: "very volatile data" | ||
- name: "usage_records" | ||
bypass_reason: "very volatile data" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I logged an issue to get better seeding on this account: https://github.com/airbytehq/airbyte/issues/19876
/publish connector=connectors/source-twilio
if you have connectors that successfully published but failed definition generation, follow step 4 here |
What
https://github.com/airbytehq/oncall/issues/1046
How
When generating datetime ranges we should take into account the cursor field type - in case it is of
date
type, the stream used to yield extra slice where start date was greater than end date. Now this is fixed