Can I use sqlalchemy source type to connect from d...
# getting-started
h
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
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
.
That said, we haven’t tested ingestion from dremio ourselves
h
Thanks for the response. We are working on it if it works let the community know about it.