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 Slack: Fix cursor granularity for the channel_messages stream #38619

Merged

Conversation

tolik0
Copy link
Contributor

@tolik0 tolik0 commented May 23, 2024

What

Fix cursor granularity for the Channel Messages stream.

How

In the previous version, the cursor granularity (the step between slices) was 10 days, which could result in some records being missed. This update changes the granularity to 1 second, as the cursor value used in the request is in seconds.

User Impact

The change ensures that no records are missed by improving the precision of the cursor.

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Copy link

vercel bot commented May 23, 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 May 23, 2024 5:28pm

@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label May 23, 2024
@tolik0 tolik0 marked this pull request as ready for review May 23, 2024 16:16
@tolik0 tolik0 requested a review from a team May 24, 2024 12:14
@tolik0 tolik0 merged commit 25e0d84 into master May 24, 2024
31 checks passed
@tolik0 tolik0 deleted the tolik0/source-slack/channel-messages-fix-cursor-granularity branch May 24, 2024 15:14
@tolik0 tolik0 self-assigned this May 24, 2024
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.

None yet

3 participants