We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d199a1b commit 8df7254Copy full SHA for 8df7254
setup.py
@@ -69,7 +69,7 @@ def run_tests(self):
69
"hive.http = pyhive.sqlalchemy_hive:HiveHTTPDialect",
70
"hive.https = pyhive.sqlalchemy_hive:HiveHTTPSDialect",
71
'presto = pyhive.sqlalchemy_presto:PrestoDialect',
72
- 'trino = pyhive.sqlalchemy_trino:TrinoDialect',
+ 'trino.pyhive = pyhive.sqlalchemy_trino:TrinoDialect',
73
],
74
}
75
)
0 commit comments