Skip to content

AttributeError after upgrading ibis #10068

Answered by gforsyth
vmsaipreeth asked this question in Q&A
Discussion options

You must be logged in to vote

This is fixed on main and should be released in 9.5.0 any day now, but as a workaround, you can do:

from trino.auth import BasicAuthentication

conn = ibis.trino.connect(
    host=example host’,
    user=username’,
    port=port,
    auth=BasicAuthentication("username", "password"),
    http_schema=https’,
    database=database’,
    schema=schema’)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cpcloud
Comment options

@cpcloud
Comment options

@vmsaipreeth
Comment options

Answer selected by cpcloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants