AsanaDeleteTaskOperator

Asana

This operator can be used to delete Asana tasks.

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 delete.

Documentation

This operator can be used to delete Asana tasks.

See also

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

Was this page helpful?