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-providers-informatica package¶
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 |
|---|---|
|
|
|
|
|
|
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 |
|---|---|
|
|
|
Downloading official packages¶
You can download officially released packages and verify their checksums and signatures from the Official Apache Download site