-
Currently, I can use multiple predicates in a get command but only one will be applied. As of now, it appears as if the first predicate found will apply.
If users are only expected to utilize one pre…
-
What are the elements of a graph that we can automatically validate?
* All of the labels are valid biolink categories
* The labels follow the biolink superclass / subclass hierarchy
* The predic…
-
We have a lot of edge predicates normalizing to the default "related to". Some of these cases could be near misses to a predicate that would have normalized. ie "is active in" normalized to "related t…
-
Both in `arrow_reader` and `async_reader`, if there are predicates, the reader will first read arrays (wrapped in `RecordBatch`) to evaluate the predicates and get a row selection. And then the reader…
-
jscodeshift version: 0.13.0
node version: 16.13.0
command:
```shell
npx jscodeshift -t src/transforms/sort-imports --extensions=ts,tsx --parser=tsx "${TRANSFORM_FILE}.ts" --print --dry
```
I…
-
Storing column names in partial index predicates (like `CREATE INDEX ... WHERE s = 'foo'`) has disadvantages, such as maintaining code to handle column renames.
Storing column IDs instead (like `CR…
-
The GraphQL API powering the hosted portals is able to support null, negation, and wildcard searches for occurrence search (currently enabled for a few fields only, but more will follow).
It would …
-
### Is this your first time submitting a feature request?
- [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
- [X] I have se…
-
**Is your feature request related to a problem? Please describe.**
I need to run volume anomaly tests on very large tables. However, I cannot performantly do so because the compiled query does not pr…
-
Sentences like this should be possible:
"... a tall bush t1 ...", which creates the following conditions: tall(t1), bush(t1)