Connecting like
%sql mysql+pymysql://{user}:{password}@{host}/shared
now produces:
__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([])
This error started happening in the last 24 hours.
Ideas?