cloudera / impyla

Python DB API 2.0 client for Impala and Hive (HiveServer2 protocol)
Apache License 2.0
730 stars 248 forks source link

Fix SQLAlchemy support for Impala on Python 3.10 #538

Closed jvprosser closed 7 months ago

jvprosser commented 7 months ago
  1. Add text() wrapper for metadata queries.
  2. Remove table names from get_column output
jvprosser commented 7 months ago

re-added 'r'

csringhofer commented 7 months ago

Thanks for fixing this, the change looks good!