Skip to content
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

Merged

Conversation

darynaishchenko
Copy link
Collaborator

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?

  • YES 💚
  • NO ❌

@darynaishchenko darynaishchenko self-assigned this Apr 30, 2024
Copy link

vercel bot commented Apr 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 30, 2024 7:16pm

@octavia-squidington-iii octavia-squidington-iii added area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/zendesk-support labels Apr 30, 2024
@@ -85,6 +85,7 @@ definitions:
type: DatetimeBasedCursor
cursor_datetime_formats:
- "%Y-%m-%dT%H:%M:%SZ"
- "%Y-%m-%dT%H:%M:%S%z"
Copy link
Contributor

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?

Copy link
Collaborator Author

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.

Copy link
Collaborator Author

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

@darynaishchenko darynaishchenko merged commit c98bcb7 into master Apr 30, 2024
37 checks passed
@darynaishchenko darynaishchenko deleted the daryna/source-zendesk-support/add-datetime-formats branch April 30, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/zendesk-support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants