Grieve
Grieve
@wwwy3y3, this issue is fixed.
Using `quote_plus` https://github.com/ibis-project/ibis/pull/9466/files#diff-cbaeeea4a81ef863cba8580da402897e356b1a8fdb6deb42418289a932a4d608R387
Hi @Spirizeon, cuz our basic data source connector is powered by `ibis` now. The ibis does not support MongoDB now. If you want to get this PR, you need to...
@wwwy3y3 Could you assign someone in web team to review this?
The raised exception is when we use the Trino client to connect the container. We can't catch it. ``` conn = connect( host=db.get_container_host_ip(), port=db.get_exposed_port(db.port), user="test", ) cur = conn.cursor() >...
The trino logs in the container ``` 2024-11-18 11:46:00 2024-11-18T03:46:00.216Z INFO main io.trino.server.Server Server startup completed in 7.66s 2024-11-18 11:46:00 2024-11-18T03:46:00.216Z INFO main io.trino.server.Server ======== SERVER STARTED ======== 2024-11-18 11:46:00...
Hi @alexanderankin, could you recheck this PR?
> We have [updated our documentation](https://learn.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker?view=sql-server-ver16) to say the following: > > > In SQL Server 2022 (16.x) CU 14 and later versions, container images include the [new mssql-tools18](https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-setup-tools?view=sql-server-ver16#install-tools-on-linux) package....
@wwwy3y3 do you want to take a look?