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})`.