embucket-labs icon indicating copy to clipboard operation
embucket-labs copied to clipboard

Experimental version. A BYOC option for Snowflake workloads

Results 100 embucket-labs issues
Sort by recently updated
recently updated
newest added

### 🐛 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...

dbt

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...

api
needs_clarification

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...

UX

- `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...

engine
functions
dt_string

- 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...

help wanted
DataFusion
engine

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,...

engine
SQL

## 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...

help wanted
engine
functions

### 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~...

SQL