embucket-labs
embucket-labs copied to clipboard
Experimental version. A BYOC option for Snowflake workloads
Restore (or implement from scratch) an option to DELETE/DROP database with an API: `DELETE /v1/metastore/databases/demo` as for volume.
## 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:...
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...
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...
## 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...
Latest errors list [dbt_result.csv](https://github.com/user-attachments/files/20864401/dbt_result.csv)
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...