dacort / metabase-athena-driver

An Amazon Athena driver for Metabase 0.32 and later
Apache License 2.0
225 stars 32 forks source link

Bug in chart URL sharing for Native queries with a boolean field filter pre-selected #71

Closed mareksyldatk closed 1 year ago

mareksyldatk commented 3 years ago

Hello! :) I recently noticed a bug related to chart URL sharing for Native Athena queries with a boolean field filter preselected. I have a simple query

SELECT id, boolean_field
FROM dataset.test_table
WHERE true
    [[AND {{boolean_field_filter}}]]
ORDER BY id ASC
LIMIT 5

With boolean_field_filter being connected to dataset.test_table.boolean_field (params: Field filter/Category).

Issue:

Example:

Cheers!

dacort commented 1 year ago

Closing as part of cleanup now that Athena is officially supported by Metabase. Any future issues can be asked about on their forum or with a detailed bug report.