ververica/jupyter-vvp

Support Flink SQL DML with Default Configuration

Closed this issue · 0 comments

In can execute a Flink SQL DML Statement in a Jupyter Notebook.
assuming that no additional Deployment Configuration needs to be passed to Ververica Platform (all defaults apply)

  • A link to the Deployment is provided after successful submission.
    • Can we show the live status of the Job in the Notebook?

Something like:

%%flink-sql

INSERT INTO Test1 SELECT * FROM Test2