File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/databricks/sqlalchemy/dialect Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 88- Fix: Revised SQLAlchemy dialect and examples for compatibility with SQLAlchemy==1.3.x (#173 )
99- Fix: oauth would fail if expired credentials appeared in ~ /.netrc (#122 )
1010- Fix: Python HTTP proxies were broken after switch to urllib3 (#158 )
11+ - Other: remove unused import in SQLAlchemy dialect
1112- Other: Relax pandas dependency constraint to allow ^2.0.0 (#164 )
1213- Other: Connector now logs operation handle guids as hexadecimal instead of bytes (#170 )
1314- Other: test_socket_timeout_user_defined e2e test was broken (#144 )
Original file line number Diff line number Diff line change 55from dateutil .parser import parse
66
77import sqlalchemy
8- from sqlalchemy import types , processors , event
8+ from sqlalchemy import types , event
99from sqlalchemy .engine import default , Engine
1010from sqlalchemy .exc import DatabaseError , SQLAlchemyError
1111from sqlalchemy .engine import reflection
You can’t perform that action at this time.
0 commit comments