-
Would be great if the snapshot method could be chained directly on query builder or model method calls. I tried to suss it myself to make a PR but I am not sure the best approach.
Ideally it would …
-
Below should work:
```
Python: `match().node(variable='n').to().node(variable='m').where(item='n.name', operator=Operator.IS_NOT_NULL).return_()`
Cypher: `MATCH (n)-[]->(m) WHERE n.name IS NOT NULL…
-
auto-reduced (treereduce-rust):
````rust
fn split_last(_: &()) -> Option {
None
}
fn assign_twice() {
loop {
match () {
(! | !) if let _ = split_last(&(…
-
In case of `signoz_k8s_component` variable, users should see `$signoz_k8s_component` suggestion under WHERE option of any widgets of the dashboard.
`$signoz_k8s_component` would internally resolve …
-
### Do you need to file an issue?
- [ ] I have searched the existing issues and this bug is not already filed.
- [ ] My model is hosted on OpenAI or Azure. If not, please look at the "model providers…
-
In EdgeQL, `anyscalar` is a kind of generic that binds other usages to the same concrete type when applied rather than being a union of all scalar types as the name implies (and as we're currently tre…
-
When filtering logs in dashboard widgets, there is currently no way to know at a glance, or even when hovering, whether a query builder filter is referencing an attribute (aka tag), resource attribute…
-
We should use the builder defined here https://github.com/G-Research/yunikorn-history-server/blob/main/internal/database/sql/builder.go
Example usage - https://github.com/G-Research/yunikorn-history-…
-
I have an issue with the .Contains query translation in Cosmos.
The problem is as follows:
My entity has an enum discriminator type, I want to serialize this to a string for better readability. Now wh…
-
Running cql-pytest.cassandra_tests/validation/entities/frozen_collections_test in debug mode
```
│ 1598 view_update_builder make_view_update_builder( …