'Rest API to submit PyFlink job

Is there any way to submit a PyFlink job to a cluster using Rest API? I check out this link https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/ops/rest_api/ but did not find any API related to python files. Thanks!



Solution 1:[1]

As far as I know, this is not possible at the moment. I also don't see a feature request for this in the Flink Jira tickets, but you can create one of course.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Martijn Visser