Apache Airflow

The default open-source orchestrator. Free to run yourself; managed versions from Astronomer (Astro deployments from $0.35 an hour), AWS and Google.

Best for: Teams with many pipelines, existing Airflow experience, or a need for the biggest provider ecosystem.

Pros

  • Free and open source with the largest ecosystem of providers and operators
  • Managed options everywhere: Astronomer Astro, Amazon MWAA, Google Cloud Composer
  • Battle-tested at very large scale
  • Everyone has used it, so hiring is easy

Cons

  • Self-hosting means running the scheduler, metadata database and workers yourself
  • DAG code is verbose next to newer asset-based tools
  • Managed Astro bills per deployment-hour ($0.35 on Developer, $0.42 on Team) plus workers from $0.13 an hour
  • Local development is clunky

Airflow is the orchestrator the data world standardised on before anyone agreed it was pleasant to use. Nearly 47,000 GitHub stars, 1.6 billion Docker pulls, ten thousand Stack Overflow questions: whatever you run, there’s an Airflow operator for it, and whoever you hire has probably written a DAG. That gravitational pull is the product as much as the scheduler is, and it’s why the honest review is about when the default is still the right call.

The short answer

Choose Airflow when integration breadth and hiring liquidity matter more than developer delight: complex estates, many teams, tools that all ship Airflow support on day one. For a fresh pipeline built by a small team in 2026, I’d look at Dagster first, and I say that while fully expecting Airflow to outlive us all.

What it costs to run, in its three habitats

Self-hosted is free software and a real operations job: a scheduler, a metadata database, workers, and upgrades on a project that shipped over 2,000 commits in the last 90 days. Teams that already run Kubernetes shrug; teams that don’t should not learn on their orchestrator.

Astronomer’s Astro is the most complete managed option, and its pricing is usefully concrete: deployments from $0.35 an hour on the Developer plan and $0.42 on Team, which is roughly $255 to $300 a month for an always-on environment, plus workers from $0.13 an hour that only bill while tasks run and scale to zero when idle. Dedicated clusters for stricter isolation start at $2.40 an hour on Team and above, and there’s a small ephemeral-storage meter at $0.0002 per gibibyte-hour if your tasks need extra scratch space. Business and Enterprise tiers layer on support and governance.

The cloud house brands, Amazon MWAA and Google Cloud Composer, price by environment size and hours, and win mostly on procurement convenience: one more line on the invoice you already pay. Feature-wise they trail Astro’s tooling, which is what Astronomer’s whole business depends on.

Sizing workers on Astro

One more Astro detail that matters at estimation time: workers come in seven sizes, A5 through A160, from $0.13 an hour upward, and every plan includes an amount of ephemeral scratch storage per worker (10 gibibytes on Celery workers) with extra at $0.0002 per gibibyte-hour. Because workers bill only while tasks execute and scale to zero when idle, the shape of your DAG schedule matters more than its size: a hundred small tasks spread across the day can cost less than ten heavy ones stacked at midnight forcing big workers awake together. Astro’s billing view shows this per deployment, and it’s worth a look in week one rather than at invoice one.

The developer experience, honestly

DAGs are Python, which flatters the tool: real logic lives in operators, and testing a pipeline locally has long been Airflow’s weak spot. The honest update is that Airflow 3 landed a real answer to years of complaints: DAG versioning (a run completes on the version it started with, even if you deploy mid-run, which used to be a genuinely nasty failure mode), event-driven scheduling so DAGs can trigger on external events rather than cron alone, and a rebuilt UI. The 2.x-era gripes in older reviews deserve that asterisk now. The ecosystem of providers remains unmatched and the scheduler at scale is battle-tested; local development, even in 3.x, is still where Dagster runs away with it. G2 has it at 4.4 from 129 reviews (65% five-star, 30% four), which feels exactly right: respected, relied upon, not loved.

A costed example on Astro

Put numbers on a typical small production setup: one Team-plan deployment always on ($0.42 an hour is about $307 a month), with workers that run a combined three hours a day at $0.13 an hour, call it $12 a month. Roughly $320 monthly, before any dedicated cluster, for a fully managed scheduler with someone else carrying the pager. Against the loaded cost of even a slice of an engineer’s time spent nursing a self-hosted scheduler, that’s an easy trade for most teams, and it’s why my self-hosting advice above is blunt.

Two Astro-specific notes worth knowing before the call with sales: the Developer plan’s cheaper deployments ($0.35 an hour) are fine for staging but the plan lacks Team’s isolation options, and hibernating dev deployments when nobody’s working is the low-effort saving everyone forgets.

Operating it well, wherever it runs

The estates that age gracefully share habits. DAGs stay thin: business logic lives in libraries or dbt, and Airflow only sequences it, which keeps testing sane and migrations thinkable. Retries and alerts are set at the task level from the start, because the default silence is how failures compound overnight. Variables and connections live in a secrets backend, not the metadata database. And upgrades happen on a cadence, not when forced: the project moves quickly, and falling three versions behind turns a weekend task into a project.

Airflow or Dagster, the 2026 version

Dagster’s asset model (declare the tables you want, get lineage and freshness for free) is a better abstraction for analytics work, and its local development story embarrasses Airflow’s. Airflow counters with the ecosystem, the workforce, and the fact that every vendor integration is written for it first. Migration between them is real work, so the choice mostly matters greenfield. My split: existing Airflow with working pipelines, stay and modernise in place; new build with a small team, Dagster; new build in a large org where six other teams already run Airflow, follow the herd, the herd is the feature.

Verdict

The infrastructure default, still earning it on breadth and still conceding on ergonomics. If you run it, pay someone (Astro, MWAA, Composer) unless operations is your actual hobby. And if you’re starting clean, at least spend an afternoon with the alternatives before inheriting a decade of conventions.

How we scored Apache Airflow: 77/100

Six parts, each with its reasons. Parts we cannot measure for this tool are left out and the total rescaled, so a closed-source product is not marked down for having no public code. Computed 23 Sep 2026, method v1.0. Full methodology.

Pricing honesty 16 / 20
  • entry plans priced, top plans quoted
  • usable free tier or free open source
  • can buy without talking to sales
  • bill can be forecast from published rates
Adoption evidence 18.5 / 25
  • Docker pulls: 1.6B (100% of our scale)
  • GitHub stars: 46.9k (99% of our scale)
  • Stack Overflow questions: 10.6k (86% of our scale)
  • PyPI downloads a week: 1.7M (61% of our scale)
  • Wikipedia views a month: 2.7k (53% of our scale)
  • review volume (G2 + Gartner): 129 (45% of our scale)
Momentum 11.5 / 15
  • 8 releases in 90 days (full marks at 12, one a week)
  • 2.1k commits in 90 days (full marks at 5k)
Openness and exit 15 / 15
  • open source under an OSI licence
  • you can self-host it
  • your data stays in open formats or your own warehouse
  • easy to replace
Practitioner sentiment 6 / 10
  • G2: 4.4 from 129 reviews
  • weighted 4.40 of 5 after adjusting for review count
  • G2 reviews
Editorial verdict 10 / 15
  • The safe default with the biggest ecosystem; the developer experience has aged.

Public signals

Counts read from public sources on the dates shown. They show visible activity and interest, not product quality, market share or customer numbers.

SourceWhat it showsMeasured
GitHub 46.9k stars · 2.1k commits in 90 days · last release 17 Sep 2026 · Apache-2.0 23 Sep 2026
PyPI 1.7M downloads a week (apache-airflow) 23 Sep 2026
Docker Hub 1.6B pulls 23 Sep 2026
Stack Overflow 10.6k tagged questions 23 Sep 2026
Release cadence 8 PyPI releases of apache-airflow in 90 days · latest 3.3.2 on 17 Sep 2026 23 Sep 2026
OpenSSF Scorecard 7.3 / 10 security posture 23 Sep 2026
Wikipedia 2.7k article views last month (-24% over 4 months) 23 Sep 2026

Questions people ask

Is Airflow still the default choice?

It is still the safest one, because every data tool ships an Airflow integration and most data engineers have used it. For a new project with a small team, Dagster's asset model and local development story are friendlier, and Airflow's ecosystem advantage matters less than it used to.

What does it cost to run Airflow?

Airflow itself is free. You pay to operate it. Astronomer's managed Astro starts at $0.35 an hour per deployment on Developer and $0.42 on Team, plus workers from $0.13 an hour billed only while tasks run. Amazon MWAA and Google Cloud Composer price similarly by environment size.

Can I run it myself?

Yes, and plenty of teams do. You take on the scheduler, the metadata database, the workers and the upgrades. Budget real engineering time for that rather than treating it as free.

Spotted a wrong price or a missing integration? Send a correction. A human reads every one.

Similar tools

Other tools in the same category, with the same card and the same honest pricing.

72 From $10/mo

Dagster

Orchestration

Asset-based orchestrator with a hosted Dagster+ control plane. Open source is free; Dagster+ starts at $10 a month plus $0.040 per credit.

Visit site