You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is backed by SQLAlchemy, so if SQLAlchemy accepts JDBC then it should work. It may take some minor modifications since it wasn't optimized with JDBC in mind, but essentially SQLCell just passes the input to SQLAlchemy and returns the results in a pandas dataframe.
I'm using Teradata SQL. The reason I ask for JDBC support is that it's much more convenient to use JDBC instead of ODBC for non-open source databases. Installing ODBC drivers is painful for non-open source databases.
Can I use a JDBC based engine?
The text was updated successfully, but these errors were encountered: