I am trying to explore the Dataflow sql feature. https://cloud.google.com/dataflow/docs/guides/sql/dataflow-sql-intro
I am able to submit and successfully execute the Dataflow job using SQL. Now I want to schedule this job every 15 mins.
I know for normal Dataflow job using JAVA sdk we can schedule the job using template. I am unable to find any documentation on scheduling Dataflow SQL jobs.