Until fixed, try to use pandas or SQLAlchemy equivalent functionality.
pandas
SQLAlchemy
For my use case, pd.read_sql() did the trick.
pd.read_sql()