embucket-labs
embucket-labs copied to clipboard
Experimental version. A BYOC option for Snowflake workloads
### 🐛 Issue To avoid query ID clashes, nanosecond timestamps should be used instead of milliseconds. ### Repro It is easy to reproduce when running queries in non blocking mode,...
### :memo: New session is created by Embucket for every query Currently regardless of Snowflake CLI version, as tested on `snowsql v1.4.3 `, `snowflake-cli-3.10.1` client sends login-request for every new...
Add UI handler returning a search tree with entities matched by search argument. If table is matched it returned as a children with parent schema, database. For instance: handler path...
At the moment all entities created are shown in the future - `in 7 hours`, which I speculate comes from UTC/TZ differences. Those entities are created just now or minutes...
- `regexp_count` function appears to be working correctly - What differs is: - Wrong errors - Wrong `` variants in this arguments - Reimplement this function using the utils regexp...
- This was found as part of the `regexp_*` function family - However, this affects all strings - Parser is fine with `'\\'` but Logical plans seem to remove the...
There is an errors in dbt-gitlab with: ` 000200: SQL error: ParserError("Expected: literal string, found: $$Base model for metadata about test executions. One row per node per run.$$ at Line:...
This is a basic schema operation and it seems it doesn't supported at parser level ### Error I get in Embucket "Expected: end of statement, found: SCHEMA at Line: 1,...
## Problem - If a function can be re-registered mid service execution it's not registered in the `embucket-functions` - It is rather registered in the `core-executor`, which means: - Both...
### In Embucket `show databases` Embucket assumes TERSE option is specified when it wasn't ~It seems format of output is taken from `show schemas` statement, which is irrelevant for databases~...