Ning Sun
Ning Sun
First batch coming in #6918
dbeaver database navigator works after #7025 I'm going to close this with #7025 . Of course there are more database viewer or BI tools to support but for now we...
I think we can just remove this `unwrap` https://github.com/apache/opendal/blob/174bda53f79123cd114d2409189423a0a4cf6bf3/core/src/layers/prometheus.rs#L199C9-L199C19 by checking the error type: https://github.com/tikv/rust-prometheus/blob/master/src/registry.rs#L48 and ignore this `AlreadyReg`
Oh, I just see why it's impossible because we need that register call to return the handle. If there is an error we won't be able to get the handle....
Thank you for notification. We will switch to upstream implementation during next upgrade
Would be nice to do the bump. 1.80 is almost 1-year old. (just updated a few of my own libraries)
@atul-r I'm not quite familiar with SQLAlchemy, I wonder if this inspect function a must-have to use SQLAlchemy with GreptimeDB? Is this error blocking you from running SQL query in...
@atul-r Thank you for the information. That's a blocking issue for Superset.
Yes. That's we need to address in GreptimeDB for support of Superset.
@evenyag sounds good. I will give Superset's postgres datasource a try to see the gap.