Hi everyone! Could you help with `mssql` plugin in...
# troubleshoot
l
Hi everyone! Could you help with
mssql
plugin installation in Kubernetes with Helm Chart? Are there any ways to do this without
pip install
? Or should I build a docker container with it?
h
@incalculable-ocean-74010/@orange-night-91387, can you help here?
i
@square-activity-64562
s
You can use the Custom option in the UI based ingestion and set type to
mssql
g
I tried this but got an error that I don’t have plugins installed.
@square-activity-64562 Could you help? I created Docker container with
mssql
plugin and ODBC Driver and it works but there is no new source in
Ingestion
tab in the UI. Is it possible to control it with the UI or it’s a better to make pipeline in any ci system for this purpose? Or can I install plugin and ODBC driver to
gms
container and use it in that way?
s
Unless it is created via the UI based ingestion it won't be controlled through it either.
g
So what about installing the necessary plugins and drivers to GMS container? Will it works?
s
Right now there isn't any way to do that other than making changes in source code
g
Ok. Got it. Thanks a lot for your help!
And final question: for what purposes
Custom source
exists? :)