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

时间:2023-11-10 09:20:49

语法格式

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
create table dwsSource (
  attr_name attr_type 
  (',' attr_name attr_type)* 
  (',' watermark for rowtime_column_name as watermark-strategy_expression)
)
with (
  'connector.type' = 'redis',
  'connector.host' = '',
  'connector.port' = ''
);
support.huaweicloud.com/sqlref-flink-dli/dli_08_0305.html