数据湖探索 DLI-SMN结果表:语法格式

时间:2024-12-27 10:34:29

语法格式

create table smnSink (
  attr_name attr_type 
  (',' attr_name attr_type)* 
  (','PRIMARY KEY (attr_name, ...) NOT ENFORCED)
)
with (
  'connector.type' = 'smn',
  'connector.region' = '',
  'connector.topic-urn' = '',
  'connector.message-subject' = '',
  'connector.message-column' = ''
);
support.huaweicloud.com/sqlref-flink-dli/dli_08_0314.html