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
Thanks for creating BemiDB. Very interesting solution for analytics! I was wondering whether there is some documentation on how to connect to it, besides using the psql client. My use-case is that I would like to have access to BemiDB from a PretzelAI notebook, using psycopg2 to connect to BemiDB. However, when I try to connect, it returns a warning/error:
Unsupported SET datestyle : kind:VAR_SET_VALUE name:"datestyle" args:{a_const:{sval:{sval:"ISO"} location:17}}
Any idea what I'm doing wrong, or is that client not supported yet? Seems to be related to #21?
The text was updated successfully, but these errors were encountered:
Thanks for submitting this issue, @jvanveen! We'll be testing and ensuring that this gets supported. While it is related to #21, the fix here will involve different queries that need to be supported. You're not doing anything wrong—this is just a compatibility gap we’ll address.
Hi,
Thanks for creating BemiDB. Very interesting solution for analytics! I was wondering whether there is some documentation on how to connect to it, besides using the psql client. My use-case is that I would like to have access to BemiDB from a PretzelAI notebook, using psycopg2 to connect to BemiDB. However, when I try to connect, it returns a warning/error:
Any idea what I'm doing wrong, or is that client not supported yet? Seems to be related to #21?
The text was updated successfully, but these errors were encountered: