Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

"aiter" warning is too verbose #126

@zooba

Description

@zooba

I am using the Batch API, and whenever I query running tasks I see this message printed to the output:

Paging async iterator protocol is not available for CloudTaskPaged

Since I am querying multiple times in a loop, I see the message multiple times. But since I am the user of the library and not the developer, I can't do anything about it.

It would be better if the message only appeared when I tried to use the async iterator protocol (and maybe you can automatically run the synchronous iterator in that case so it still works?). Ideally, the team responsible for implementing it would be the ones to get the message and they would just fix it :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions