-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to view table structure in db clients (e.g. dbeaver or table plus) #5271
Comments
for dbeaver the error is from this sql: you can check the log here. cd ~/Library/DBeaverData/workspace6/.metadata cat dbeaver-debug.log
|
Reply from @sunng87 in slack:
I'll create an tracking issue for it. |
There are a few statements and built-in functions we need to support. I will record them here if anyone is interested.
|
I would like to take a look maybe can handle some of these |
Cool! I would love to handle some of them, too |
for SELECT db.oid,db.* FROM pg_catalog.pg_database db WHERE datname=$1 part error found same as xtdb/xtdb#3781
after some search seems its better to wait apache/datafusion#13489 done |
What type of bug is this?
Incorrect result
What subsystems are affected?
Table Engine
Minimal reproduce step
nginx
demo from https://github.com/GreptimeTeam/demo-scene/tree/main/nginx-log-metricsWhat did you expect to see?
I would expect that I can browse the table structure
What did you see instead?
Depending on the user db client I am seeing different behaviour but the end result of no structure table is the same:
ERROR: Failed to describe statement
structure
view of a table it is emptyI can execute the query
DESCRIBE "public"."ngx_access_log"
in the latter db client (Table Plus) and returns the following:What operating system did you use?
Docker (linux/amd64) on Mac OS X 10.5 ARM
What version of GreptimeDB did you use?
0.11.1
Relevant log output and stack trace
The text was updated successfully, but these errors were encountered: