In lakehouse-query-with-ibis.py Section 13.2 "Filtering rows" the cell with omol25_table.filter(omol25_table.nl_energy.notnull()).limit(2).execute() triggers login to Trino again - which is self-executing (as the user is already logged in by then) but still a bit annoying.
In lakehouse-query-with-ibis.py Section 13.2 "Filtering rows" the cell with omol25_table.filter(omol25_table.nl_energy.notnull()).limit(2).execute() triggers login to Trino again - which is self-executing (as the user is already logged in by then) but still a bit annoying.