AsanaCreateTaskOperator
AsanaThis 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
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