The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-airflowctl-execute-list-offset has failed.
Run started by GitHub user rjgoyln (triggered by rjgoyln).

Head commit for run:
6144df128e86962e61fe7afce08d4ee8ade8876e / rjgoyln <[email protected]>
Fix airflowctl list operations ignoring the requested offset

The paginating helper behind the list operations built its query params
without the caller's offset, so the first request always started at the
server default. The paging loop then resumed at offset + limit, meaning
a non-zero offset both returned the wrong first page and silently
skipped the rows in between. The parameter is public on the signature,
so the mismatch was waiting for the first caller that used it.

Report URL: https://github.com/apache/airflow/actions/runs/30815979964

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to