quartzbio.resource.savedquery module

class quartzbio.resource.savedquery.SavedQuery(id=None, **params)

Bases: CreateableAPIResource, ListableAPIResource, UpdateableAPIResource, DeletableAPIResource

A saved query is a set of query parameters that persists, giving users the ability to apply them to compatible datasets with ease. A dataset is said to be compatible with a saved query if it contains all the fields found in said saved query.

LIST_FIELDS = (('id', 'ID'), ('name', 'Name'), ('is_shared', 'Is Shared'), ('description', 'Description'))
RESOURCE_VERSION = 2
query(dataset=None)