Skip to content

Commit 8df7254

Browse files
chore: rename Trino entry point (#428)
1 parent d199a1b commit 8df7254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def run_tests(self):
6969
"hive.http = pyhive.sqlalchemy_hive:HiveHTTPDialect",
7070
"hive.https = pyhive.sqlalchemy_hive:HiveHTTPSDialect",
7171
'presto = pyhive.sqlalchemy_presto:PrestoDialect',
72-
'trino = pyhive.sqlalchemy_trino:TrinoDialect',
72+
'trino.pyhive = pyhive.sqlalchemy_trino:TrinoDialect',
7373
],
7474
}
7575
)

0 commit comments

Comments
 (0)