-
I have save Kibana dashboards in index. when I hit a url which has predefined query(dashboard query), its prompting for authentication and after user logs in the url is getting routed to discover page…
-
It's just an idea of passing an object to generate the query.
```
join.query({ a: 123, b: 456 });
```
returns `?a=123&b=456`;
-
`_redirect.example.com TXT http://example.org?testing=it`, the `?testing=it` is ignored and removed.
-
When I run a `tbl(con, sql(...))`, if the hand-rolled sql query contains more than 3 periods/dots, the query is rejected because bigrquery believes it should always be able to split the query on `.` i…
-
**Describe the bug**
It would be really cool to add an openapi specification to document all the possible options of your web api.
**Sample**
```
openapi: 3.0.0
info:
title: Web API
versi…
-
## 🚀 Feature
Add URL-query string (e.g. `?figures=rate-distortion-plots&rowgroups=run.experiment&colgroups=run.hp.target_bitrate`) and bookmarks to Figure explorer.
### Motivation
Ability to …
-
### Code
```Rust
pub fn get_all_files_in_dir> {
Box::pin(async move {
let x = Vec::new().into_iter();
get_all_files_in_dir().await;
x
})
}
```
### Meta
`rustc -…
-
### Feature Description
This RFC proposes a new golang interface is added to `go/vt/vtorc/db` to allow:
1. Easier mocking of the backend store, for tests, etc
2. The ability to use a different im…
-
### Overview of the Issue
On all currently supported Vitess versions (v18 to v21), queries that join a derived table (via a vindex) containing a `UNION` lead to an inefficient query plan performing a…
-
**As a** User
**I need** a way to query promotions by a name, value, type or active.
**So that** I can retrieve a list of promotions as per the query
### Acceptance Criteria
```gherkin…