数据湖探索 DLI-DIS源表:示例

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

示例

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
create table disCsvSource (
  car_id STRING,
  car_owner STRING,
  car_age INT,
  average_speed INT,
  total_miles INT)
with (
  'connector.type' = 'dis',
  'connector.region' = 'cn-north-1',
  'connector.channel' = 'disInput',
  'format.type' = 'csv'
);
support.huaweicloud.com/sqlref-flink-dli/dli_08_0302.html