JohnOmernik / sqlalchemy-drill

Apache Drill Dialect for SQL Alchemy
Other
53 stars 35 forks source link

Dialect Does Not Handle Views Correctly #36

Closed cgivre closed 4 years ago

cgivre commented 4 years ago

Primarily an issue with Superset, but the dialect treats Drill views as files and then breaks when it attempts to find the schema for the view.

cgivre commented 4 years ago

Resolved in https://github.com/JohnOmernik/sqlalchemy-drill/pull/37