AsanaFindTaskOperator

Asana

This operator can be used to retrieve Asana tasks that match various filters. See https://developers.asana.com/docs/update-a-task for a list of possible filters.

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.
search_parametersThe parameters used to find relevant tasks. You must specify at least one of project, section, tag, user_task_list, or both assignee and workspace either here or in the connection.

Documentation

This operator can be used to retrieve Asana tasks that match various filters. See https://developers.asana.com/docs/update-a-task for a list of possible filters.

See also

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

Was this page helpful?