Extend apache-airflow-providers-informatica with PowerCenter workflow orchestration #69680
Unanswered
umitbora55
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I work with Oracle/Informatica/Airflow in production (banking data engineering) and would like to propose extending this provider.
CURRENT STATE
The provider currently covers Informatica EDC (Enterprise Data Catalog) — lineage and catalog metadata only. There's no way to actually orchestrate PowerCenter workflow execution from Airflow.
PROBLEM
Teams running PowerCenter batch pipelines alongside Airflow today have to shell out to pmcmd via BashOperator/SSHOperator: no native hook, no typed status handling, no Airflow-native recovery integration, no XCom-friendly stats surfacing. Every team re-implements this wrapper themselves.
PROPOSAL
Add a PowerCenterHook (wrapping pmcmd, or Informatica's REST API where available) plus operators/sensors covering:
FIT
This complements the existing EDC hook rather than overlapping with it — EDC covers metadata/catalog, this covers execution/orchestration. Together they'd give this provider a complete Informatica story.
QUESTIONS
Happy to start on an implementation once there's a green light on direction.
Beta Was this translation helpful? Give feedback.
All reactions