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

Such syntax is currently not supported. It's used in some of our SLT tests. Like: `join-lateral.slt` `pivot.slt` I don't remember we have plans to add something like this. So, I'd...

engine

DBT GitLab is failing due to an issue with the embucket and becomes stuck while attempting to reconnect: `WARNING:snowflake.connector.vendored.urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed...

dbt

- In #1362 we introduced a patch (fix) for #1361 (Number (Decimal128) was made a Float64 in DF losing digits). - The fix makes any DF Float type as Decimal...

engine

Currently, `convert_timezone` only supports scalar values. It needs to be extended to handle arrays as well.

- Any statements only work with lowercased Identifiers for tables (probably, schemas, databases, fields, etc) - This doesn't work: ```sql CREATE OR REPLACE TABLE mytable_1 (amount NUMBER); SELECT table_name FROM...

engine

Add support for binary string format and formatting (such as: `SELECT TO_DECIMAL('ae5', 'XXX')` -> `2789`) Basic `to_decimal`: #1339 Reference: https://docs.snowflake.com/en/sql-reference/functions/to_decimal#examples

engine
functions

Add support for the `Variant` type Basic `to_decimal`: #1339

engine
functions

Add support to more string format options Basic `to_decimal`: #1339

engine
functions

slt_errors_stats_embucket is a SLT runer result. For unknown reason substantial amount of queries, have doesn't have error_stack_trace data, possible reasons: * Query result was not saved at all * Saved...

Getting an error when trying to create a table in s3 table bucket database. To reproduce run (with ```sh $ http http://localhost:3000/v1/metastore/volumes ident=demo type=s3-tables region=us-east-2 endpoint=https://s3tables.us-east-2.amazonaws.com credentials:='{"credential_type":"access_key","aws-access-key-id":"xxx","aws-secret-access-key":"xxx"}' name=demo 'arn=arn:aws:s3tables:us-east-2:767397688925:bucket/my-table-bucket' $...

iceberg
catalog
AWS
SQL