keedio / flume-ng-sql-source

Flume Source to import data from SQL Databases
Apache License 2.0
264 stars 164 forks source link

Set Sql Source to InSql(wonderware Industrial sql) #84

Open fixquiet opened 5 years ago

fixquiet commented 5 years ago

Hello: Can I set the sqlSource to InSql? My InSql server can only go through sql like: “ SET QUOTED_IDENTIFIER OFF SELECT * FROM OPENQUERY(INSQL, 'SELECT KEY,VALUE FROM InSqlTable') " So, How should I set the flume-ng-sqlSource?

  Best regards