flamber

Results 198 comments of flamber

@LouisMonierSpark Which database are you querying? Can you post the output of `/api/field/123` where 123 is the field ID of utils.clients.name and utils.client_ad_platforms.account_name, which you can find by going to...

@LouisMonierSpark Okay, so I have found the problem. It's likely related to #15860 and #16109. If I make the "Account name" filter connect to a field, which isn't connected logically...

@dixitatcoast Your channel_id is not a Field Filter. You **have** to use Field Filters, when using Linked Filters. And you **have** to make your Admin > Data Model correctly reference...

It's because Serialization only creates the objects without also adding to the `revision` table.

Hi @gregorybleiker Metabase generates the X-rays based on the Field Types in Admin > Data Model. And there is also data coming from the fingerprinting, which might have changed, or...

Currently sync/fp/scan is being done async, so there's no way of surfacing those errors, but definitely something we want #11354

For context: https://sqlite.org/gencol.html Creating a table like this: ``` CREATE TABLE test_gencol ( a INTEGER PRIMARY KEY, b INT, c TEXT, d INT GENERATED ALWAYS AS (a*abs(b)) VIRTUAL, e TEXT...

As I wrote in my comment: https://github.com/metabase/metabase/issues/15746#issuecomment-824789968 > Testing with the driver version 3.36.0.1 (Metabase 0.41.0), then it does not error anymore, but the two GENERATED columns are not synced,...

Service Account support will likely arrive in 0.36.0 - #4634

Reproduced on internal instance. Custom Expression: `SumIf([Count], [Venue Category Name] = "Steakhouse") - SumIf([Count], [Venue Category Name] = "BBQ")` ![image](https://user-images.githubusercontent.com/1447303/129441329-ed1655ed-0eb3-4638-96bb-d12527873a7d.png) Errors with: `Expected :aggregation-options, constant, or expression.` Full stacktrace ```...