You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hive_api.py methods were written before the condenser_api.py compatibility layer which introduced cursor-based pagination. At this point all the hive_api queries still work, but (a) may not be using optimal indices/interfaces, and (b) may benefit from borrowing cursor pagination from condenser_api, since it can be more convenient and resilient to shifts in underling data sets.
condenser_api.py improvements to be merged/refactored back into hive_api.py.
update json schema (TODO: automate this via reflection)
The text was updated successfully, but these errors were encountered:
hive_api.py
methods were written before thecondenser_api.py
compatibility layer which introduced cursor-based pagination. At this point all the hive_api queries still work, but (a) may not be using optimal indices/interfaces, and (b) may benefit from borrowing cursor pagination from condenser_api, since it can be more convenient and resilient to shifts in underling data sets.The text was updated successfully, but these errors were encountered: