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

feat(source-the-guardian-api): Bump to latest cdk candidate version and fix custom page incremental strategy #50855

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

brianjlai
Copy link
Contributor

@brianjlai brianjlai commented Jan 2, 2025

What

the guardian is one of the only manifest-only sources that uses a custom pagination strategy and it is also part of our pre-merge testing connectors. We should fix this connector to ease release of other cdk changes in the future.

How

I fixed the CustomPageIncrement strategy implementation in accordance to the changes ot the existing PaginationStrategy interface that will be merged in airbytehq/airbyte-python-cdk#168 .

The main thing worth noting is I converted the custom component to implement the interface and NOT the existing PageIncrement class. This is more in line w/ how we want our custom components to adhere to interfaces so we can change underlying implementations more freely

User Impact

n/a

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Copy link

vercel bot commented Jan 2, 2025

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 Jan 3, 2025 8:34pm

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/the-guardian-api
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants