emqx/changes/ee/fix-10738.en.md

271 B

Add support for the Supertable and Create Tables Automatically features of TDEngine to its data bridge. Before this fix, an insert with a supertable in the template will fail, like this: insert into ${clientid} using msg TAGS (${clientid}) values (${ts},${msg}).