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-airtable] next_page_token should adhere to HttpStream interface #38765

Merged
merged 2 commits into from
May 29, 2024

Conversation

brianjlai
Copy link
Contributor

What

Airtable doesn't properly implement the next_page_token() interfaces from the HttpStream class. Thanks to Python's lack of type checking we never noticed.

How

Update the next_page_token() implementations to emit a Mapping instead of a string. And on the request_params() method used to populate the query params we should insert the entire map, not just the string.

I also bumped the version to the latest CDK and removed the old legacy AirbyteLogger

Review guide

User Impact

None

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Copy link

vercel bot commented May 29, 2024

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

Name Status Preview Comments Updated (UTC)
airbyte-docs 🛑 Canceled (Inspect) May 29, 2024 6:25pm

@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label May 29, 2024
@brianjlai brianjlai requested review from a team May 29, 2024 18:13
@brianjlai
Copy link
Contributor Author

Passing live test

airtable_live_test

@brianjlai brianjlai merged commit 7aa390f into master May 29, 2024
34 checks passed
@brianjlai brianjlai deleted the brian/airtable_fix_next_page_token branch May 29, 2024 23:00
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/airtable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants