apache-airflow-providers-informatica

Apache Airflow Informatica Provider

The Informatica provider integrates Apache Airflow with Informatica Enterprise Data Catalog (EDC) for advanced data lineage tracking and asset discovery.

Overview

This provider enables automatic lineage extraction and tracking between Airflow tasks and Informatica EDC catalog objects. When tasks define inlets and outlets with EDC object URIs, the provider automatically:

  • Resolves object identifiers using EDC API

  • Creates lineage relationships between source and target objects

  • Integrates with Airflow’s native lineage system

Installation

You can install this package on top of an existing Airflow installation via pip install apache-airflow-providers-informatica. For the minimum Airflow version supported, see Requirements below.

Requirements

The minimum Apache Airflow version supported by this provider distribution is 3.0.0.

PIP package

Version required

apache-airflow

>=3.0.0

apache-airflow-providers-common-compat

>=1.12.0

apache-airflow-providers-http

>=4.13.2

apache-airflow-providers-informatica package

Informatica

Release: 0.1.0

Provider package

This package is for the informatica provider. All classes for this package are included in the airflow.providers.informatica python package.

Installation

You can install this package on top of an existing Airflow installation via pip install apache-airflow-providers-informatica. For the minimum Airflow version supported, see Requirements below.

Requirements

The minimum Apache Airflow version supported by this provider distribution is 3.0.0.

PIP package

Version required

apache-airflow

>=3.0.0

apache-airflow-providers-common-compat

>=1.12.0

apache-airflow-providers-http

>=4.13.2

Cross provider package dependencies

Those are dependencies that might be needed in order to use all the features of the package. You need to install the specified provider distributions in order to use them.

You can install such cross-provider dependencies when installing from PyPI. For example:

pip install apache-airflow-providers-informatica[common.compat]

Dependent package

Extra

apache-airflow-providers-common-compat

common.compat

apache-airflow-providers-http

http

Downloading official packages

You can download officially released packages and verify their checksums and signatures from the Official Apache Download site

Was this entry helpful?