数据湖探索 DLI-Upsert Kafka源表:语法格式

时间:2025-02-12 15:00:46

语法格式

 1 2 3 4 5 6 7 8 9101112
create table kafkaSource(  attr_name attr_type   (',' attr_name attr_type)*   (','PRIMARY KEY (attr_name, ...) NOT ENFORCED))with (  'connector' = 'upsert-kafka',  'topic' = '',  'properties.bootstrap.servers' = '',  'key.format' = '',  'value.format' = '');
support.huaweicloud.com/sqlref-flink-dli/dli_08_0390.html