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

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

语法格式

create table tsdbSink (
  attr_name attr_type 
  (',' attr_name attr_type)* 
)
with (
  'connector.type' = 'opentsdb',
  'connector.region' = '',
  'connector.tsdb-metrics' = '',
  'connector.tsdb-timestamps' = '',
  'connector.tsdb-values' = '',
  'connector.tsdb-tags' = '',
  'connector.tsdb-link-address' = ''
);
support.huaweicloud.com/sqlref-flink-dli/dli_08_0348.html