flamber

Results 48 issues of 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...

Type:Bug
Priority:P2
Querying/Nested Queries
Difficulty:Medium
.Backend
.Reproduced
.Regression
Querying/Models
Querying/Remapping

**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...

Type:Bug
Priority:P2
Visualization/Chart Settings
Visualization/Tables
.Reproduced

**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...

Type:UX
Reporting/Pulses

**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....

Type:Bug
Priority:P2
Reporting/Dashboards
Reporting/Pulses
Querying/Parameters & Variables

**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...

Type:Bug
Priority:P2
Database/MySQL
.Backend
Querying/Models
Querying/Cache

**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...

Type:Bug
Priority:P2
Organization/Collections
.Backend
.Regression

**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...

Type:Bug
Priority:P2
Operation/
.Backend
.Regression
Administration/Auth/SSO

**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...

Type:Bug
Priority:P2
Administration/Metadata & Sync
Database/BigQuery
.Backend

**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...

Type:Bug
Priority:P2
Reporting/Dashboards
Querying/Parameters & Variables
Querying/Nested Queries
.Completeness
Difficulty:Hard
.Reproduced

**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....

Type:Bug
Priority:P1
Database/MySQL
Administration/Metadata & Sync
.Backend
.Regression