flamber
flamber
**Describe the bug** When a field is using custom remapping via Data Model, then creating Models will make the query fail. Workaround: Use a database view, or try using SQL...
**Describe the bug** When using the visualization Settings sidebar to reorder column and removing columns, causes some inconsistency. Reordering works, but removing columns will reset the order. And every change...
**Is your feature request related to a problem? Please describe.** It is not clear to recipients of Subscriptions that attachments are limited rows (#7622), so they might open the attachment...
**Describe the bug** Cannot remove filter defaults on Subscriptions, which means you cannot receive subscription with all results. Seems like it might be a combined FE+BE issue. **To Reproduce** 1....
**Describe the bug** Persistent caching for Models fails to enable for MySQL. It works for MariaDB. **To Reproduce** 1. Admin > Settings > Caching > enable Model caching 2. Admin...
**Describe the bug** A question with invalid/incomplete parameters can cause the collection endpoint to fail, which means it is not possible to view the collection and unless you know/remember which...
**Describe the bug** Setting a very high Session Timeout causes instance to stop working. Workaround: 1. Delete the row `setting.key='session-timeout'` in the application database 2. Or define an environment variable...
**Describe the bug** The BigQuery [data type](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#numeric_types) `BIGDECIMAL`/`BIGNUMERIC` is recognized as a mix between string and numeric, doesn't get a fingerprint, and causes some strange formatting problems. Feels like a...
**Describe the bug** When a question is based on a nested query (Saved Question or filtered aggregate), then it doesn't show the dropdown list values on dashboard filters. **Workaround** Include...
**Describe the bug** MySQL unfolding of JSON fails for `boolean` and `bigint` attributes - and perhaps other types too. Workaround is the same as described in https://github.com/metabase/metabase/issues/22732#issuecomment-1127424455, disable JSON unfolding....