--- id: apache-airflow-providers-informatica version: "0.2.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # apache-airflow-providers-informatica — Provider package apache-airflow-providers-informatica for Apache Airflow License: permissive · Maintenance: active · Downloads: 219.0K/mo ## 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 above — 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 pip install apache-airflow-providers-informatica uv add apache-airflow-providers-informatica poetry add apache-airflow-providers-informatica ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 219.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags airflow informatica provider, informatica airflow integration, airflow operator informatica, informatica etl orchestration, airflow informatica connector, informatica workflow airflow, airflow informatica tasks, airflow-provider, etl-orchestration, informatica-integration [View on SkillFed](https://skillfed.io/packages/apache-airflow-providers-informatica) · [View on PyPI](https://pypi.org/project/apache-airflow-providers-informatica/)