
create_tasks
TolokaCreate a list of tasks for a given pool.
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.