CAVEconnectome / CAVEclient

This is the python client for accessing REST APIs within the Connectome Annotation Versioning Engine.
https://caveconnectome.github.io/CAVEclient/
MIT License
19 stars 12 forks source link

BUG: Use live live query for all join queries in tables #161

Closed ceesem closed 3 months ago

ceesem commented 3 months ago

client.materialize.tables.TABLE().query(timestamp=timestamp) was ignoring the timestamp value if the table was a reference table, since there is no timestamp parameter on join_query.

ceesem commented 3 months ago

Added warnings and workarounds for the cases that the needed endpoints were not yet available, as well. This should resolve the issues Philipp Schlegel was having.