-
Hello,
In our application we use the latest SF API version 51.0 because we use the `FIELDS(ALL)` in our SOQL queries (supported since SF API v 51.0).
But we use the streaming API as well... and th…
-
Reopening #838 since the original was closed without actually addressing the issue.
Adding `TLDR` section this time to make sure people understand the issue before closing it.
## TLDR
✔ `odata_…
-
* Track all the query state in plugin. currently, we only track interactive queries. we should track batch and streaming queries.
* one requirement of this feature is to reduce getJobRun call on EMR-…
-
Currently, when performing streaming queries, the graph displays a green circle indicating that it's still loading. While this provides a visual cue, I believe the user experience could be enhanced by…
-
As previously discussed in #75 we are currently very limited when it comes to performing raw queries, simply because everything is read into a map, then sorted, then filled into a result. Only then th…
-
Nodes are multi-functional in our current architecture. For example, the frontend node handles SQL statements from users and also performs simple batch query stages. The compute node is responsible fo…
-
When a unique constraint is added to a `REGIONAL BY ROW` table, a validation query is run to ensure that the columns are indeed unique. This query normally uses the memory efficient streaming group-by…
-
**Describe the bug**
With some questions we are not able to export the results as a csv. The result size is around 330k so its under the 1Mio limit. If we filter down the results more the export is w…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
This is the BaseSQLTableQueryEngine which some other engines inherit from
```
class …
-
Let's collect additional SQL features we need to implement here.
- [x] We need a way to distinguish streams from tables. E.g., we currently cannot express a streaming join where one of the inputs g…