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

- `/ui/databases/{databaseName}/schemas/{schemaName}` PUT - No comment field

api
needs_clarification

It depends on https://github.com/Embucket/embucket/issues/748 - `/ui/databases/{databaseName}` - No comment field

api
UX
needs_clarification

```sql statement ok CREATE OR REPLACE TABLE sum_example(k INT, d DECIMAL(10,5), s1 VARCHAR(10), s2 VARCHAR(10)); statement ok INSERT INTO sum_example VALUES (1, 1.1, '1.1','one'), (1, 10, '10','ten'), (2, 2.2, '2.2','two'),...

DataFusion
dt_numeric

dbt snowplow integration test seed model snowplow_web_consent_cmp_visible fails due to inability to parse provided timestamp ``` 16:05:19.565369 [error] [MainThread]: Database Error in seed snowplow_web_consent_cmp_visible (data/source/snowplow_web_consent_cmp_visible.csv) 000200: DataFusion error: Arrow error:...

dbt

Example of a supported Snowflake query but not supported with the current Datafusion: `Only a single ordering expression is permitted in a WITHIN GROUP clause` in `datafusion/sql/src/expr/function.rs` ```sql SELECT category,...

There is an error in datafusion: `Distinct aggregate functions not supported in window expressions.` In fact it never shown up because we call window functions with is_distinct=false; This way, such...

Currently, we have some functions that are rewritten with visitor in `function_rewriter.rs`. E.G. some datetime functions. We need to reconsider this approach because it can be confusing during `explain` and...

It would be absolutely unnecessary to write documentation for it by hand. So, we need a common way to structure our code/comments to have autogenerated documentation for functions. I see...

documentation
discussion
functions

Use https://openai.github.io/openai-agents-python/ to automate continuous fuzzing

Use https://openai.github.io/openai-agents-python/ to automate the porting process.