Istari logo
Istari
Create
Roadmap
Feedback
Tools and Integrations
5

    Boards

  • Tools and Integrations

  • Platform Features

  • UI/UX / Frontend

Powered by Canny

Tools and Integrations

posts
Python SDK : all Page* response classes extend Pageable[T] for a consistent developer experience
Product Feedback: Inconsistent Pagination API in Python Client While working a Dgraph connector to sync Istari data, I found an inconsistency in how pagination works across different list_* methods in the Python client: Some Page* classes extend the Pageable[T] base class (which provides iter_items() and iter_pages() helper methods), while others are plain BaseModel with the same fields but no iteration helpers. Example auto-paginates through all files -> OK for file in client.list_files(size=50).iter_items(): process(file) This fails - PageAgent has no iter_items() for agent in client.list_agents(size=50).iter_items(): # AttributeError! process(agent) Enhancement Request: Could we ensure all Page* response classes extend Pageable[T] for a consistent developer experience? This would allow the same iteration pattern across all list endpoints.
0
Need nTOP Integration
swqsqwswqs
0
Config Cleanup
Customers will have a unified, streamlined, and consistent set of config and env vars to manage when installing the Istari
0
Test 1
0
Reduce permissions needed for S3 user on install
Right now the S3 user of istari needs administrative permissions. We would like to lower the permission level.
0
Powered by Canny