数据湖探索 DLI-EdgeHub输入流(EOS):语法格式

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

语法格式

1
2
3
4
5
6
7
8
CREATE SOURCE STREAM stream_id (attr_name attr_type (',' attr_name attr_type)* )
  WITH (
    type = "edgehub", 
    topic = "", 
    encode = "", 
    json_config = "", 
    field_delimiter = ''
  );
support.huaweicloud.com/sqlreference-dli/dli_08_0277.html