数据湖探索 DLI-CloudTable HBase输出流:语法格式

时间:2024-07-01 21:07:18

语法格式

1
2
3
4
5
6
7
8
9
CREATE SINK STREAM stream_id (attr_name attr_type (',' attr_name attr_type)* )
  WITH (
    type = "cloudtable",
    region = "",
    cluster_id = "",
    table_name = "",
    table_columns = "",
    create_if_not_exist = ""
  )
support.huaweicloud.com/sqlreference-dli/dli_08_0243.html