* Fix paggination and add offset and limit to acceptable parameters in request body * Change next_page_token and add tests * Update dockerImageTag * Update PR version * Remove minimum, maximum, pattern fields * Remove pattern limit and offset from test_source.py * Remove offset and limit string type * Remove offset and limit string type * Increase limit number to 100000 and remove limit and offset from parameters * Change return type value of next_page_token from int to dict * Change return type value of next_page_token from int to dict * Change page_size to offset and add constant PAGE_SIZE equals 100000 * Add comment to PAGE_SIZE constant and add constant to unit tests * Remove offset and limit from PivotReport * Import PAGE_SIZE in unit_tests from source.py --------- Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com> Co-authored-by: sh4sh <6833405+sh4sh@users.noreply.github.com>
Welcome to Airbyte Docs
Whether you are an Airbyte user or contributor, we have docs for you!
For Airbyte Users
For Airbyte Cloud users
Browse the connector catalog to find the connector you want. In case the connector is not yet supported on Airbyte Cloud, consider using Airbyte Open Source.
Next, check out the step-by-step tutorial to sign up for Airbyte Cloud, understand Airbyte concepts, and run your first sync. Then learn how to use your Airbyte Cloud account.
For Airbyte Open Source users
Browse the connector catalog to find the connector you want. If the connector is not yet supported on Airbyte Open Source, build your own connector.
Next, check out the Airbyte Open Source QuickStart. Then learn how to deploy and manage Airbyte Open Source in your cloud infrastructure.
For Airbyte contributors
To contribute to Airbyte code, connectors, and documentation, refer to our Contributing Guide.