flamber

Results 177 comments of flamber

@fangpeng-lingoace You'll definitely want to upgrade as soon as possible: https://github.com/metabase/metabase/security/advisories/GHSA-vmm4-cwrm-38rj And "upgrade" to Java 11: https://www.metabase.com/docs/latest/operations-guide/java-versions.html And migrate away from H2 if you're using Metabase in production: https://www.metabase.com/docs/latest/operations-guide/migrating-from-h2.html

Seems like this might have been fixed in the upstream JDBC driver 0.3.2 https://github.com/ClickHouse/clickhouse-jdbc/releases/tag/v0.3.2 https://github.com/ClickHouse/clickhouse-jdbc/issues/680

It is caused by `dataset_query` being empty - I can only set to `""` in the database, but the request says it's `null`: `{"description":null,"archived":false,"collection_position":null,"table_id":null,"result_metadata":null,"creator":{},"can_write":true,"database_id":3,"enable_embedding":false,"collection_id":null,"query_type":null,"name":"A","dashboard_count":0,"creator_id":3,"updated_at":"2021-03-12T11:40:05.745649Z","made_public_by_id":null,"embedding_params":null,"cache_ttl":null,"dataset_query":null,"id":1472,"display":"table","visualization_settings":{},"collection":null,"created_at":"2021-03-12T11:40:05.745649Z","public_uuid":null}`

Changing priority on this, since this is actually the root cause of #13465 and https://discourse.metabase.com/t/cant-add-series-to-graphs-in-dashboard/12938 and https://discourse.metabase.com/t/charts-comparision-is-not-working-after-upgrade-0-37-5/12942 ---- If you experience this problem, then check `report_card.dataset_query = ''` in the...

It can also be caused by updating a question's `visualization_settings` to the following via the API: `{"column_settings":"{\"(keyword [\\\"name\\\" \\\"ID\\\"])\":{\"number_separators\":\".\"}}"}` Yes, complete nonsense, but the API accepts it. Trying to view...

Have a look here https://github.com/camsaul/toucan2#toucan2-toucan1

@tocwneise Metabase does not understand what `2022-02` means, so it tries to read it as a month. If you change the style, so it's adding a `W` (example `2022-W02`), then...

@ikozyrev3 It's not on a Milestone, which is what defines if it is part of a release. We tried to include it in 38, but there were too many other...

@cs21675 Sounds like you are looking for #21600, which is different from this request.