We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f857c commit 83938b0Copy full SHA for 83938b0
README.md
@@ -177,7 +177,7 @@ the [`JWT` authentication type](https://trino.io/docs/current/security/jwt.html)
177
from sqlalchemy import create_engine
178
179
engine = create_engine("trino://<username>@<host>:<port>/<catalog>/<schema>?access_token=<jwt_token>")
180
-
+
181
# or
182
from trino.auth import JWTAuthentication
183
engine = create_engine(
0 commit comments