AsanaCreateTaskOperator

Asana

This operator can be used to create Asana tasks. For more information on Asana optional task parameters, see https://developers.asana.com/docs/create-a-task

View on GitHub

Last Updated: Sep. 13, 2022

Access Instructions

Install the Asana provider package into your Airflow environment.

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

Parameters

conn_idRequiredThe Asana connection to use.
nameRequiredName of the Asana task.
task_parametersAny of the optional task creation parameters. See https://developers.asana.com/docs/create-a-task for a complete list. You must specify at least one of ‘workspace’, ‘parent’, or ‘projects’ either here or in the connection.

Documentation

This operator can be used to create Asana tasks. For more information on Asana optional task parameters, see https://developers.asana.com/docs/create-a-task

See also

For more information on how to use this operator, take a look at the guide: AsanaCreateTaskOperator

Was this page helpful?