Import data through ODBC apis
Be aware that this connector needs a specific driver to be installed on the server for the data provider called.
type
:"Odbc"
name
: str, requiredconnection_string
: str, requiredautocommit
: bool, default to Falseansi
: bool, default to Falseconnect_timeout
: int
DATA_PROVIDERS: [
type: '<type>'
name: '<name>'
connection_string: '<connection_string>'
autocommit: '<autocommit>'
ansi: '<ansi>'
connect_timeout: '<connect_timeout>'
,
...
]
domain
: str, requiredname
: str, requiredquery
: str (not empty), required
DATA_SOURCES: [
domain: '<domain>'
name: '<name>'
query: '<query>'
,
...
]