ocean icon indicating copy to clipboard operation
ocean copied to clipboard

[Bug] [Integration] [Bitbucket] Fetch paginated API not working

Open matiri132 opened this issue 4 months ago • 2 comments

Ocean Framework Version

v0.26.1

Integration Version

v0.1.53

Steps to reproduce

  1. Have the Bitbucket Cloud integration installed and configured for a workspace with more than 100 repositories.
  2. Let the integration fetch data from https://api.bitbucket.org/2.0/repositories/<workspace>?pagelen=100.
  3. Observe the ingestion result.

What did you expect to see?

The integration should fetch all pages of results using the Bitbucket paginated API and ingest all repositories from the workspace.

What did you see instead?

Only the first page of results is fetched. The exporter does not proceed to the next pages returned in the "next" field of the Bitbucket API response. This leads to partial ingestion and missing repositories.

Are you willing to submit a PR?

  • [x] I'm willing to submit a PR!

matiri132 avatar Jul 28 '25 15:07 matiri132