apache-airflow-providers-informatica
Provider package apache-airflow-providers-informatica for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that adds Informatica integration capabilities to Airflow workflows. It supplies operators and hooks that allow you to orchestrate Informatica jobs and tasks as part of Airflow DAGs, enabling you to coordinate Informatica ETL processes alongside other data pipeline steps.
The package depends on Apache Airflow >=3.0.0, two other Airflow provider packages (common-compat and http), and sqlglot for SQL parsing. It is classified as production-stable and supports Python 3.10 through 3.14. The package is maintained as part of the main Apache Airflow project and receives regular updates.
Use it for:
- Trigger Informatica jobs from Airflow DAGs as part of larger data pipelines
- Monitor Informatica task execution and integrate results into Airflow workflows
- Coordinate Informatica ETL processes with other data sources and transformations in Airflow
- Build multi-step data workflows that combine Informatica jobs with Airflow operators
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Apache Airflow integration operators and hooks for orchestrating Informatica workflows as part of Airflow DAGs.
Yes, if you run Apache Airflow >=3.0.0 and need to orchestrate Informatica workflows. The package is production-stable, actively maintained, has no known vulnerabilities, and integrates cleanly into Airflow's provider ecosystem. Install it only if you have an Informatica instance to connect to; otherwise it is unnecessary.
Install
apache-airflow-providers-informatica on PyPI
pip
pip install apache-airflow-providers-informaticauv
uv add apache-airflow-providers-informaticapoetry
poetry add apache-airflow-providers-informaticaInstalling apache-airflow-providers-informatica
Before you install
Low install friction with a pure-Python wheel. Requires Apache Airflow >=3.0.0 and three other provider packages; the project is actively maintained with recent releases.
License in practice
Apache-2.0 permissive license allows use in commercial and open-source projects with minimal restrictions; attribution required.
Quickstart
pip install apache-airflow-providers-informatica
from airflow.providers.informatica.operators import InformaticaOperator
task = InformaticaOperator(task_id='run_informatica_job')
Requires Apache Airflow >=3.0.0 and Python >=3.10; Informatica instance credentials and connectivity must be configured separately.
Verify before relying
- What specific Informatica versions or editions are supported by this provider
- Whether the provider supports both cloud and on-premises Informatica deployments
- What authentication methods are available (API key, username/password, OAuth, etc.)
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — apache-airflow, apache-airflow-providers-common-compat, apache-airflow-providers-http, sqlglot |
| Maintenance | actively maintained — 53 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 219,026/month — #9,330 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_informatica-0.2.0-py3-none-any.whl
Keywords: airflow-provider, informatica, 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-apache-livyIntegrates Apache Livy with Apache Airflow to…
permissive · top 15,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-pgvectorIntegrates pgvector operations into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-common-aiProvides AI/LLM hooks and operators for Apache…
permissive · top 15,000 on PyPI
airflow-provider-great-expectationsProvides Apache Airflow operators that…
permissive · top 15,000 on PyPI
apache-airflow-providers-odbcProvides ODBC database connectivity operators…
permissive · top 5,000 on PyPI
apache-airflow-providers-apache-impalaIntegrates Apache Impala with Apache Airflow,…
permissive · top 5,000 on PyPI
apache-airflow-providers-asanaIntegrates Apache Airflow with Asana, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-druidIntegrates Apache Druid with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-atlassian-jiraProvides Apache Airflow operators and hooks to…
permissive · top 5,000 on PyPI