Creating Flink DDL tables

You can use Flink DDL to create tables or views by adding the CREATE statement to the Flink DDL window or filling out the Available templates.

The Flink DDL templates are predefined examples of CREATE TABLE statements which you can fill out with your job specific values.

You can choose from the following templates:
  • create-table-like
  • datagen
  • jdbc
  • kafka-json
  • upsert-kafka

For full reference on the Flink SQL DDL functionality, see the official Apache Flink documentation.