Browse Source

refactor: import driver

RockyJin 4 years atrás
parent
commit
8a921fb784
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/sinks/taos.go

+ 1 - 1
plugins/sinks/taos.go

@@ -8,7 +8,7 @@ import (
 	"fmt"
 	"github.com/emqx/kuiper/common"
 	"github.com/emqx/kuiper/xstream/api"
-	//	_ "github.com/taosdata/driver-go/taosSql"
+	_ "github.com/taosdata/driver-go/taosSql"
 	"reflect"
 	"strings"
 )