create_tasks

Toloka

Create a list of tasks for a given 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

tasksRequiredList of either a Task objects or a task conofigurations.
poolAllow to set tasks pool if it's not present in the tasks themselves. May be either a Pool or Training object or config or a pool_id value.
toloka_conn_idAirflow connection with toloka credentials.
additional_argsAny other args presented in toloka.client.task.CreateTasksParameters.

Documentation

Create a list of tasks for a given pool.

Was this page helpful?