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
I opened a Issue at sqlalchemy regarding a connection to oracle wiyh new driver oracle+oracledb, and they tell me that this issue was related to ipython-sql.
init() got an unexpected keyword argument 'bind'
Connection info needed in SQLAlchemy format, example:
postgresql://username:password@hostname/dbname
or an existing connection: dict_keys([])
'2.0.0b1'
Please coul you help
Regards
The text was updated successfully, but these errors were encountered:
Hello ,
I opened a Issue at sqlalchemy regarding a connection to oracle wiyh new driver oracle+oracledb, and they tell me that this issue was related to ipython-sql.
The trhread
sqlalchemy/sqlalchemy#8676 (reply in thread)
Code
import oracledb
import pandas as pd
import sqlalchemy
%reload_ext sql
#%sql oracle+oracledb://user:[email protected]:1521/?service_name=XPTO.domain.net
sqlalchemy.version
Error
init() got an unexpected keyword argument 'bind'
Connection info needed in SQLAlchemy format, example:
postgresql://username:password@hostname/dbname
or an existing connection: dict_keys([])
'2.0.0b1'
Please coul you help
Regards
The text was updated successfully, but these errors were encountered: