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

Restore (or implement from scratch) an option to DELETE/DROP database with an API: `DELETE /v1/metastore/databases/demo` as for volume.

booster

## Problem - If you use snowflake cli, if you restart the binary you need to relogin (restart the cli), since session are only in-memory - Snowflake docs about this:...

enhancement
dbt
discussion
api

The SLT runner gets stuck and eventually times out on a specific query involving a unary minus operator. Analysis of the Embucket logs reveals that this is caused by a...

testsuite

The failures are not specific to a single test but appear more frequently with simple INSERT statements followed by SELECT statements on the same table. For example, a sequence of...

testsuite

## The Problem: Precision Limitations in DIV0 Function The issue at hand concerns the `DIV0` (divide by zero) function in DataFusion, specifically when dealing with DECIMAL precision greater than 29....

It's no separate table function `FLATTEN` https://docs.snowflake.com/en/sql-reference/functions/flatten. To use it we need `TABLE` or `LATERAL`. We have such steps to implement it: 1. Support syntax for FLATTEN (done). 2. Make...

engine
SQL

Latest errors list [dbt_result.csv](https://github.com/user-attachments/files/20864401/dbt_result.csv)

dbt
engine

Valid dbt sql ```sql SELECT DISTINCT REPLACE('test-'::VARCHAR, '-') ``` `Query execution error: Query execution error: DataFusion error: Error during planning: Function 'replace' expects 3 arguments but received 2 No function...

dbt
engine
functions