Riley Thompson
Riley Thompson
If I accidentally toast a post it'd be nice to be able to untoast the post.
Closes https://linear.app/metabase/issue/DRI-116/talk-to-materialize-about-tests-exclusions ### Description The DBs used in the `count-of-grouping` tests rely on relative time but we are not properly destroying and recreating them when they become stale. ### How...
Closes https://linear.app/metabase/issue/DRI-133/vertica-queries-with-arrays-are-not-handled-properly Closes https://linear.app/metabase/issue/DRI-134/athena-queries-with-ararys-are-not-handled-properly ### Description Array types for the Athena and Vertica drivers are not being handled properly, we see things like `com.amazon.athena.jdbc.results.IteratorResultSetBase$AthenaArray` in the UI when querying arrays....
Closes https://linear.app/metabase/issue/DRI-131/cannot-invoke-objecttostring-because-s-is-null ### Description We have an unhandled exception when attempting to connect to an Athena DB without a region. It's caused when building up the subname. Handling this by...
Closes https://linear.app/metabase/issue/DRI-76/mongo-uuid-not-displayed-correctly-and-filter-not-working ### Description Fixes the display by checking if the Mongo binary data is a UUID and converting it if so. Fixes the filtering by converting the given value...
Closes https://github.com/metabase/metabase/issues/[issue_number] ### Description Returns resource usage metrics (i.e. bytes processed) for drivers that support this feature. Adds a dry run endpoint for drivers that support dry runs. ### How...
### Describe the bug Text comparisons with ClickHouse UUIDs (starts with, ends with, contains) result in an error. ### To Reproduce 1. Create a clickhouse table with UUID columns 2....
## Description ### Steps to reproduce 1. Set up a clickhouse container, I'm running `clickhouse/clickhouse-server:25.2-alpine`. There's a database `test_data`, and it has a table `categories`. See bottom section for the...
Closes https://github.com/metabase/metabase/issues/31857 ### Description Treats postgres bit strings types as text like. Converts single bits from booleans to strings, and casts values to varbits for comparisons. ### How to verify...
Closes https://github.com/metabase/metabase/issues/66721 ### Description Speculative fix, I can reproduce without these changes but not with these changes. Not sure if this is correct though ### How to verify See steps...