apache-airflow-providers-openfaas
Provider package apache-airflow-providers-openfaas for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that adds OpenFaaS integration to Airflow workflows. It allows you to define and execute OpenFaaS serverless functions as tasks within your Airflow DAGs, bridging the gap between Airflow's orchestration capabilities and OpenFaaS's function-as-a-service runtime.
The package is maintained as part of the official Apache Airflow ecosystem and depends on apache-airflow and apache-airflow-providers-common-compat. It supports Python 3.10 through 3.14 and is classified as Production/Stable. Installation is straightforward via pip on top of an existing Airflow setup.
Use it for:
- Invoke OpenFaaS functions as part of a larger Airflow orchestration pipeline.
- Trigger serverless workloads from Airflow DAGs for event-driven or on-demand processing.
- Integrate OpenFaaS-deployed microservices into scheduled Airflow workflows.
- Build hybrid workflows combining Airflow's scheduling with OpenFaaS's function execution.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates OpenFaaS serverless functions into Apache Airflow workflows, allowing you to invoke OpenFaaS functions as Airflow tasks.
Yes, if you run Apache Airflow and need to invoke OpenFaaS functions from your DAGs. The package is actively maintained, has no known vulnerabilities, installs cleanly, and carries a permissive Apache-2.0 license. It is a straightforward provider integration with low friction and clear purpose.
Install
apache-airflow-providers-openfaas on PyPI
pip
pip install apache-airflow-providers-openfaasuv
uv add apache-airflow-providers-openfaaspoetry
poetry add apache-airflow-providers-openfaasInstalling apache-airflow-providers-openfaas
Before you install
Low install friction with a pure-Python wheel. Actively maintained as part of the Apache Airflow ecosystem; last commit 2026-08-14 with 46490 repository stars. Requires apache-airflow >=2.11.0 and apache-airflow-providers-common-compat >=1.10.1.
License in practice
Apache-2.0 license permits commercial and private use with minimal restrictions; you must include a copy of the license and state material changes, but no copyleft obligations apply to your own code.
Quickstart
pip install apache-airflow-providers-openfaas
from airflow.providers.openfaas.operators.openfaas import OpenFaasOperator
task = OpenFaasOperator(task_id='invoke_function', function_name='my_function')
Requires an existing Apache Airflow installation (>=2.11.0) and Python >=3.10.
Verify before relying
- Whether the package includes connection/authentication helpers for OpenFaaS clusters.
- What OpenFaaS versions are tested and supported by this provider.
- Whether additional dependencies (e.g. HTTP client libraries) are bundled or assumed to be present.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — apache-airflow, apache-airflow-providers-common-compat |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 185,834/month — #10,000 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_openfaas-3.9.5-py3-none-any.whl
Keywords: airflow-provider, openfaas, 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-asanaIntegrates Apache Airflow with Asana, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-fabIntegrates Flask App Builder with Apache…
permissive · top 1,000 on PyPI
apache-airflow-providers-vespaIntegrates Apache Airflow with Vespa, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-githubProvides GitHub integration operators and hooks…
permissive · top 15,000 on PyPI
apache-airflow-providers-facebookIntegrates Apache Airflow with Facebook Ads,…
permissive · top 15,000 on PyPI
apache-airflow-providers-alibabaIntegrates Alibaba Cloud services (OSS, ADB,…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-flinkProvides Apache Airflow integration for Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-papermillIntegrates Papermill notebook execution into…
permissive · top 15,000 on PyPI
apache-airflow-providers-grpcIntegrates gRPC communication into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-singularityIntegrates Singularity container runtime with…
permissive · top 15,000 on PyPI