Closed bkuczenski closed 1 year ago
This is, strictly speaking, an upstream issue because we want a desktop antelope.py instance to be able to access the remote xdb server The main thing it needs to do is:
CatalogQuery
The thing that gets complicated is: we need to reform how queries are instantiated, to allow this non-CatalogQuery to be available to the user
this is done in antelope_core
This is, strictly speaking, an upstream issue because we want a desktop antelope.py instance to be able to access the remote xdb server The main thing it needs to do is:
CatalogQuery
with a dedicated-endpoint queryThe thing that gets complicated is: we need to reform how queries are instantiated, to allow this non-
CatalogQuery
to be available to the user