-
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
🐛 Source Zendesk Support: add %Y-%m-%dT%H:%M:%S%z to cursor_datetime_formats #37723
🐛 Source Zendesk Support: add %Y-%m-%dT%H:%M:%S%z to cursor_datetime_formats #37723
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -85,6 +85,7 @@ definitions: | |||
type: DatetimeBasedCursor | |||
cursor_datetime_formats: | |||
- "%Y-%m-%dT%H:%M:%SZ" | |||
- "%Y-%m-%dT%H:%M:%S%z" |
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.
Should this cursor format also be added to audit_logs_stream
and cursor_incremental_sync
?
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.
it failed on ticket_forms stream, so I prefer do not change not affected streams.
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.
added to audit_logs_stream and cursor_incremental_sync
What
oncall https://github.com/airbytehq/oncall/issues/5169
How
Added %Y-%m-%dT%H:%M:%S%z to cursor_datetime_formats
Review guide
User Impact
Can this PR be safely reverted and rolled back?