get_assignments

Toloka

Get all assignments of selected status from pool.

View on GitHub

Last Updated: Jun. 7, 2022

Access Instructions

Install the Toloka provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

poolRequiredEither a Pool object or it's config or a pool_id.
statusA status or a list of statuses to get. All statuses (None) by default.
toloka_conn_idAirflow connection with toloka credentials.
additional_argsAny other args presented in toloka.client.search_requests.AssignmentSearchRequest.

Documentation

Get all assignments of selected status from pool.

Was this page helpful?