This is an example Flink job that can be used to run sequence of SQL queries in FLINK environment. It should work for both CP Flink, or Open Source Flink. The goal is to support SQL as application in ...
python fin_sql_executor.py --action preview --sql "SELECT * FROM table" python fin_sql_executor.py --action download --sql "SELECT * FROM table" --project-path /path ...