skillfed

apache-airflow-providers-asana

Provider package apache-airflow-providers-asana for Apache Airflow

apache-airflow-providers-asana v2.11.4 270.1K downloads/30d#8,243 on PyPI46,490
Permissive license Apache-2.0 Active released

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-asana

uv

uv add apache-airflow-providers-asana

poetry

poetry add apache-airflow-providers-asana

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow asana integrationasana task automationairflow provider asanaworkflow asana tasksasana project management airflowasana operator airflowautomate asana from airflow
airflow-providerasana-integrationworkflow-automation

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-jenkins

Integrates Jenkins CI/CD systems into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-openfaas

Integrates OpenFaaS serverless functions into…

permissive · top 15,000 on PyPI

apache-airflow-providers-papermill

Integrates Papermill notebook execution into…

permissive · top 15,000 on PyPI

apache-airflow-providers-samba

Integrates Samba file-sharing protocol with…

permissive · top 15,000 on PyPI

apache-airflow-providers-sendgrid

Integrates SendGrid email delivery into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

asana

Python client library for the Asana REST API,…

permissive · top 5,000 on PyPI

apache-airflow-providers-github

Provides GitHub integration operators and hooks…

permissive · top 15,000 on PyPI

apache-airflow-providers-mongo

Integrates MongoDB with Apache Airflow as a…

permissive · top 5,000 on PyPI

apache-airflow-providers-openai

Integrates OpenAI APIs into Apache Airflow…

permissive · top 15,000 on PyPI