数据湖探索 DLI-创建DWS维表:语法格式

时间:2024-04-23 20:19:32

语法格式

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
create table dwsSource (
  attr_name attr_type 
  (',' attr_name attr_type)* 
)
with (
  'connector.type' = 'gaussdb',
  'connector.url' = '',
  'connector.table' = '',
  'connector.username' = '',
  'connector.password' = ''
);
support.huaweicloud.com/sqlref-flink-dli/dli_08_0319.html