Relative Content

Tag Archive for apache-flinkflink-sql

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: