embucket-labs
embucket-labs copied to clipboard
Experimental version. A BYOC option for Snowflake workloads
- added logic to register the following UDF funcs in duckdb - String binary - Regexp - Contitional - Crypto - Datetime - Numeric - System - ```Some UDFs were...
Certain TPC-DS queries seemingly succeed but still generate warning in the logs: ``` message":"Failed to convert min values to array for column ss_sales_price ``` The error comes from here gttps://github.com/apache/datafusion/blob/b1deb1f376793f3d7c0d65859886fdff99016f25/datafusion/common/src/pruning.rs#L316...
Not sure calling this a "bug" is correct, but the behavior differs from Snowflake. In Embucket, backreferences in the replacement argument of REGEXP_REPLACE are not recognized when written as \n....
Since we implemented async execution earlier in this PR https://github.com/Embucket/embucket/pull/1637, and closed issue https://github.com/Embucket/embucket/issues/1609 we need to support it in UI as well. ### Proposal - [x] Change `createQuery` handler...
- Remove `dedicated_executor` - Use only one vanilla tokio runtime, no thread pools, just the basics (for now) - See if it increases performance (query execution speed) - Investigate if...
Issue is created for future plans, when it could be prioritized. # Decouple query results data from query record We currently run queries in *blocking* mode. Once query is executed...
### Issue With adding of asynchronous query execution it was added one more put to query history. Before we were just saving QueryRecord containing result, but now we also save...
## Summary Implement OpenTelemetry Protocol (OTLP) metrics collection and export functionality in the application. ## Requirements - Configure OTLP metrics collection - Implement metrics exporters for OTLP protocol - Add...