Relative Content

Tag Archive for apache-flinkflink-sql

Flink sql pipeline print?

I’m quite new to Flink SQL, and trying to integrate it with kafka. I have a pipeline similar to the one below.

Using Temporary Tables in Flink SQL for Event Enrichment with in-memory connectors

I need to enrich my data using reference tables and would like to use Flink SQL for this purpose. My reference tables are stored
in object storage using the Iceberg table format. To start, I am trying to create temporary tables in Flink SQL that project and
filter the original tables. Therefore along the lines, I have written the following SQL statements: