metalshanked
metalshanked
Any updates on SQL Server support or workaround to add it ourselves? Thanks!
I have the same question. Any updates on making this work with SASL_SSL and keytabs
@kwollaston @DaniEzzeddine - thanks for taking this up. Can you share the usage instructions for the msal version that @kwollaston started? Thanks!
Thanks @kwollaston ! appreciate it
Thanks @kwollaston ! Will check it out. What would be the implications of the token backend not working? Would we would need to add some logic to check expiry and...
@kseniiaguzeeva hi, is there any plans or ETA for this. This will be a huge boon for trino users. We get many queries from end users who are confused when...
@TatyanaSsau - Any update on this? Thanks!
Thanks @TatyanaSsau. Upgraded to 23.1.0 and now see the below for manual cancels which allows retry as well. The queries are killed on the Trino side correctly too. Super useful....
In my case, the html was already escaped but the issue was with a control character in the data. Doing the below solved the problem `body = re.sub(r'[\x00-\x1f\x7f-\x9f]+', '', body)`
Yes, i tried both the 2.x and 3.x versions same issue. The issue occurs with the --quiet flag turned on but no --log so i dont see any logging except...