damavis / airflow-hop-plugin

Apache Hop plugin for Apache Airflow - Orquestate Apache Hop pipelines and workflows from Airflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement HopHook

piffall opened this issue · comments

HopHook should implement the integration in a low level.

Calls:

  • Start Pipeline
  • Stop Pipeline
  • getPipelineStatus
  • Start Workflow
  • Stop Workflow
  • getWorkflowStatus

Apache Hop Server documentation:
https://hop.apache.org/manual/latest/hop-server/rest-api.html

Python requests documentation
https://requests.readthedocs.io/en/latest/