I want to execute some flink sql batch jobs regularly, such as 'insert into select .....', but I can't find a suitable method so far, so reference hive, I changed the source code and add a '--filename' parameter so that we can execute a sql file.
like this: /home/flink/bin/sql-client.sh embedded -f flink.sql what about any ideas or plans for this feature community?