Can I use sqlalchemy source type to connect from dremio ??
I tried to connect it but getting error can't load plugin sqlalchemy.dialects:pyodbc
g
gray-shoe-75895
08/30/2022, 9:49 PM
When running the sqlalchemy source type, you’ll usually need to run it from the CLI instead of from the UI. Additionally, you’ll need to install the appropriate packages yourself - in this case I believe that’s
pip install sqlalchemy-dremio
.
gray-shoe-75895
08/30/2022, 9:50 PM
That said, we haven’t tested ingestion from dremio ourselves
h
happy-twilight-44865
09/08/2022, 3:05 PM
Thanks for the response. We are working on it if it works let the community know about it.