Skip to content

iotdb 为读取 Apache IOTDB 数据库,执行的 sql 是 iotdb 可执行即可,后续可以再 transform 中执行列转换。

xml
<source type="iotdb"
        table_name="cust_id_agmt_id_t"
        iotdb_uri="jdbc:iotdb://iotdb_host:6667/"
        username="root"
        password="root"
        partition="5">
    select gate1004.open_height from root.ln.hyd
</source>