skillfed

apache-airflow-providers-openfaas

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

apache-airflow-providers-openfaas v3.9.5 185.8K downloads/30d#10,000 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 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-openfaas

uv

uv add apache-airflow-providers-openfaas

poetry

poetry add apache-airflow-providers-openfaas

Installing 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

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 openfaas providerserverless functions airflowopenfaas airflow integrationairflow task openfaasairflow provider openfaasopenfaas airflow operator
airflow-providerserverless-integrationworkflow-orchestration

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

Integrates Apache Airflow with Asana, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-fab

Integrates Flask App Builder with Apache…

permissive · top 1,000 on PyPI

apache-airflow-providers-vespa

Integrates Apache Airflow with Vespa, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-github

Provides GitHub integration operators and hooks…

permissive · top 15,000 on PyPI

apache-airflow-providers-facebook

Integrates Apache Airflow with Facebook Ads,…

permissive · top 15,000 on PyPI

apache-airflow-providers-alibaba

Integrates Alibaba Cloud services (OSS, ADB,…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-flink

Provides Apache Airflow integration for Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-papermill

Integrates Papermill notebook execution into…

permissive · top 15,000 on PyPI

apache-airflow-providers-grpc

Integrates gRPC communication into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-singularity

Integrates Singularity container runtime with…

permissive · top 15,000 on PyPI