JohnOmernik / sqlalchemy-drill

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

Modified connect function to reduce Superset errors #22

Closed cgivre closed 5 years ago

cgivre commented 5 years ago

Made a few changes to make this work a little better:

  1. The connect() function now uses the following query: SELECT 'test' FROM (VALUES(1)) rather than the USE <schema>

  2. Added the Map data type in the metadata.