druid-io / pydruid

A Python connector for Druid
Other
506 stars 194 forks source link

fix: visit_ methods raise CompileError exception childs #243

Closed dpgaspar closed 3 years ago

dpgaspar commented 3 years ago

Small proposal to change a parent class exception:

SQLAlchemy visit_* methods are traversed at compile SQL time, makes sense they raise a child of CompileError, so that applications don't have to make too broad exception catch.