quartzbio.resource.datasetmigration module

class quartzbio.resource.datasetmigration.DatasetMigration(id=None, **params)

Bases: CreateableAPIResource, ListableAPIResource, DeletableAPIResource

DatasetMigration represent an task that copies data between two Datasets or modifies data within a single Dataset.

For interactive use, DatasetMigration can be “followed” to watch the progression of the task.

LIST_FIELDS = (('id', 'ID'), ('status', 'Status'), ('source', 'Source'), ('target', 'Target'), ('documents_count', 'Records'), ('created_at', 'Created'), ('updated_at', 'Updated'))
RESOURCE_VERSION = 2
follow(loop=True, sleep_seconds=5.0)
property source
property target