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

fix(source-slack): change cursor format for channel_messages stream to %s_as_float #39121

Merged
merged 3 commits into from
Jun 5, 2024

Conversation

tolik0
Copy link
Contributor

@tolik0 tolik0 commented Jun 5, 2024

What

Fixes the format of channel_messages from an integer timestamp to a float timestamp to match the API output.

How

Changed the format from %s to %s_as_float.

User Impact

This update can possibly help to avoid some duplicates, as we now also save microseconds instead of seconds, but this should not make much difference. Also fixes the platform issue with the incorrect format in the saved state: https://github.com/airbytehq/airbyte-internal-issues/issues/8212.

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Copy link

vercel bot commented Jun 5, 2024

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

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Jun 5, 2024 2:08pm

@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Jun 5, 2024
@tolik0 tolik0 marked this pull request as ready for review June 5, 2024 13:47
@tolik0 tolik0 self-assigned this Jun 5, 2024
@tolik0 tolik0 requested a review from a team June 5, 2024 13:48
@tolik0 tolik0 merged commit 4f36f63 into master Jun 5, 2024
30 checks passed
@tolik0 tolik0 deleted the tolik0/source-slack/fix-cursor-format branch June 5, 2024 14:36
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/slack
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants