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

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

语法格式

create table hudiSource (
  attr_name attr_type 
  (',' attr_name attr_type)* 
 )
with (
  'connector' = 'hudi',
  'path' = 'obs://xx',
  'table.type' = 'xx',
  'hoodie.datasource.write.recordkey.field' = 'xx',
  'write.precombine.field' = 'xx',
  'read.streaming.enabled' = 'xx'
   ...
);
support.huaweicloud.com/sqlref-flink-dli/dli_08_15055.html