You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for this project we used it in production and it is doing well!
In conjunction with the second package clickhouse-sqlalchemy we have great ORM.
However, when creating the session we have noticed that many requests connect to the server directly not using the session.
In our case URL for the server is a round-robin algorithm to select replica and we supposed that session will stick to a particular one.
Maybe there is another approach you could recommend to achieve this goal?
First of all, thanks for this project we used it in production and it is doing well!
In conjunction with the second package clickhouse-sqlalchemy we have great ORM.
However, when creating the session we have noticed that many requests connect to the server directly not using the session.
In our case URL for the server is a round-robin algorithm to select replica and we supposed that session will stick to a particular one.
Maybe there is another approach you could recommend to achieve this goal?
Describe the bug
According to PEP-249
To Reproduce
Throws
Expected behavior
Expected behavior that table test_temp should be visible in the second cursor as here
[]
Versions
The text was updated successfully, but these errors were encountered: