Skip to content

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 ❌
@vercel
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
@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

4 participants