apache-airflow-providers-informatica
Changelog¶
0.2.0¶
Release Date: 2026-06-19
Features¶
Add automatic SQL lineage detection via sqlglot for SQL operatorsAdd per-task and per-DAG selective lineage control with disable/enable helpersRefactor lineage validation into shared logic: best-effort listener resolution plus optional strict pre_execute validationAdd disabled_for_operators, auto_lineage_enabled, and request_timeout config optionsAdd example DAG demonstrating auto, manual, disabled, and operator-excluded lineage modes
0.1.4¶
Release Date: 2026-06-07
Misc¶
Add explicit [tool.flit.sdist] sections to flit-based pyproject.tomls (#65861)
Doc-only¶
Cleanup integration names for consistency (#66287)
0.1.3¶
Release Date: 2026-04-12
Misc¶
Load hook metadata from YAML without importing Hook class (#63826)Use compat sdk conf import in Informatica provider (#64155)
0.1.2¶
Release Date: 2026-03-28
Misc¶
Add Python 3.14 Support (#63520)
0.1.1¶
Initial version of the provider.