Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
None
-
None
-
None
Description
It would be nice to have a way to generate Apache Airflow DAGs from within Hop.
For a particular workflow or pipeline we could generate a DAG for the following scenario's:
- Execute with a hop-run.sh scriptÂ
- Execute with the apache/hop docker short-lived container
- Execute with a Hop fat jar
In every scenario we need to take into account the location and name of the project and everything else to make this run correctly from within the Airflow DAG.
Hop GUI should get a new File menu called "Export Apache Airflow DAG".
hop-conf.sh should get new configuration options to do the same.