Open maxi297 opened 2 days ago
/autofix
Auto-Fix Job Info
This job attempts to auto-fix any linting or formating issues. If any fixes are made, those changes will be automatically committed and pushed back to the PR.
Note: This job can only be run by maintainers. On PRs from forks, this command requires that the PR author has enabled the
Allow edits from maintainers
option.PR auto-fix job started... Check job output.
🟦 Job completed successfully (no changes).
[!WARNING]
Rate limit exceeded
@maxi297 has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 23 minutes and 15 seconds before requesting another review.
⌛ How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.🚦 How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://docs.coderabbit.ai/faq) for further information.📥 Commits
Reviewing files that changed from the base of the PR and between ab7ab684c832bf7a697f6c2f3b739f33d739325b and eb00f8b5af6189d56d38ac0640c32bf42eda3565.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
What
Work as part of https://github.com/airbytehq/airbyte-internal-issues/issues/10552
In order to easily use any type of stream slicing that is done in the Declarative CDK as part of the Concurrent CDK, we need the
StreamSlicer
abstraction to be available in the Concurrent CDK.How
airbyte_cdk.sources.streams.concurrent.Cursor
implementStreamSlicer
and updateConcurrentCursor
to generateStreamSlice
sCursorPartitionGenerator
by a more generic partition generator that takes any stream slicerSummary by CodeRabbit
Release Notes
New Features
DeclarativePartitionFactory
andStreamSlicerPartitionGenerator
.StreamSlicer
class for improved state checkpointing.Improvements
Bug Fixes
Tests
DeclarativePartitionFactory
and enhanced scenarios for cursor handling.