AsanaUpdateTaskOperator

Asana

This operator can be used to update Asana tasks. For more information on Asana optional task parameters, see https://developers.asana.com/docs/update-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.
asana_task_gidRequiredAsana task ID to update
task_parametersRequiredAny task parameters that should be updated. See https://developers.asana.com/docs/update-a-task for a complete list.

Documentation

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

See also

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

Was this page helpful?