Description
Airflow currently supports Spark operators for kicking off a spark-submit job. In real-time computing or online machine learning scenarios, Flink operator could be designed to submit flink job in streaming workflow.
Use case / motivation
Airflow coud supports definition of FlinkSubmitOperator for DAG composed of multiple Flink jobs. FlinkSubmitOperator is designed to introduce the operator that kicks off a flink-submit task, and provides corresponding to JDBC and SQL operators.
Related Issues
N/A
Description
Airflow currently supports Spark operators for kicking off a spark-submit job. In real-time computing or online machine learning scenarios, Flink operator could be designed to submit flink job in streaming workflow.
Use case / motivation
Airflow coud supports definition of
FlinkSubmitOperatorfor DAG composed of multiple Flink jobs.FlinkSubmitOperatoris designed to introduce the operator that kicks off a flink-submit task, and provides corresponding to JDBC and SQL operators.Related Issues
N/A