apache-airflow-providers-asana
Provider package apache-airflow-providers-asana for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that bridges Airflow DAGs and Asana's project management platform. It supplies operators, hooks, and sensors to programmatically interact with Asana—creating and updating tasks, managing projects, and triggering workflows based on Asana events. The package is built on top of the asana Python client library and integrates with Airflow's connection and authentication framework.
You install it alongside an existing Airflow instance (>=2.11.0) to add Asana capabilities to your orchestration layer. It supports Python 3.10 through 3.14 and is actively maintained by the Apache Airflow project. Use it when you need to automate Asana operations as part of larger data pipelines or when Asana task creation or updates should be triggered by upstream workflow events.
Use it for:
- Automatically create Asana tasks when a data pipeline completes or fails, routing alerts to the right team.
- Sync project metadata or task status from Asana into a data warehouse as part of a scheduled DAG.
- Trigger downstream Airflow tasks based on Asana task completion or status changes via sensors.
- Bulk-update Asana tasks with results from batch processing or analytics runs.
- Orchestrate multi-team workflows where Asana tasks represent work items and Airflow coordinates the automation.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Apache Airflow with Asana, enabling workflow automation to create, update, and manage Asana tasks and projects from Airflow DAGs.
Yes, if you run Apache Airflow and need to integrate Asana task management into your orchestration workflows. The package is actively maintained, has no known vulnerabilities, carries a permissive Apache 2.0 license, and installs with low friction. Install only if you have Airflow >=2.11.0 already deployed and a use case that benefits from programmatic Asana interaction.
Install
apache-airflow-providers-asana on PyPI
pip
pip install apache-airflow-providers-asanauv
uv add apache-airflow-providers-asanapoetry
poetry add apache-airflow-providers-asanaInstalling apache-airflow-providers-asana
Before you install
Low install friction; pure Python wheel. Requires Apache Airflow >=2.11.0 and asana >=5.0.0. Actively maintained with recent releases; repo shows 46490 stars and last commit 2026-08-14.
License in practice
Licensed under Apache License 2.0 (permissive). Safe for commercial and private use with minimal restrictions; you may use, modify, and distribute freely provided you include the license notice.
Quickstart
pip install apache-airflow-providers-asana
from airflow.providers.asana.operators import AsanaCreateTaskOperator
task = AsanaCreateTaskOperator(
task_id='create_asana_task',
asana_conn_id='asana_default',
project_id='your_project_id',
task_name='New Task'
)
Requires an existing Apache Airflow >=2.11.0 installation and a configured Asana API connection (personal access token or OAuth).
Verify before relying
- Specific operators and hooks available beyond task creation (e.g., task update, project listing, custom field handling).
- Whether the provider supports Asana's full API surface or a subset of common operations.
- Retry and error-handling behavior for Asana API rate limits or transient failures.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — apache-airflow, apache-airflow-providers-common-compat, asana |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 270,054/month — #8,243 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_asana-2.11.4-py3-none-any.whl
Keywords: airflow-provider, asana, airflow, integration
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-jenkinsIntegrates Jenkins CI/CD systems into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-openfaasIntegrates OpenFaaS serverless functions into…
permissive · top 15,000 on PyPI
apache-airflow-providers-papermillIntegrates Papermill notebook execution into…
permissive · top 15,000 on PyPI
apache-airflow-providers-sambaIntegrates Samba file-sharing protocol with…
permissive · top 15,000 on PyPI
apache-airflow-providers-sendgridIntegrates SendGrid email delivery into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
asanaPython client library for the Asana REST API,…
permissive · top 5,000 on PyPI
apache-airflow-providers-githubProvides GitHub integration operators and hooks…
permissive · top 15,000 on PyPI
apache-airflow-providers-mongoIntegrates MongoDB with Apache Airflow as a…
permissive · top 5,000 on PyPI
apache-airflow-providers-openaiIntegrates OpenAI APIs into Apache Airflow…
permissive · top 15,000 on PyPI