Skip to content

Datastore Retriever

The Datastore Retriever worker retrieves a single datastore or a list of datastores stored in the Everysk platform.

Parameters

The Datastore Retriever worker must receive specific parameters in order to execute properly.

Datastore

Set the datastore to be retrieved using Fixed Datastore, Get Latest, Get List or Upstream Data variants.

Workspace

Set the research workspace of the datastore using Fixed Workspace variant.

Result

Once the worker finishes its executions successfully, it will return a result object containing the retrieved datastore(s) to the workflow, which can be used by downstream workers. Below you can see an example of the Datastore Retriever's result object hierarchy. You can check the Output Types article to learn more about result objects types.

  • Datastore (datastore)
  • ID (string)
  • Name (string)
  • Date (date)
  • Tags (list)
  • Data (list of lists)