bryan

Results 22 comments of bryan

I am seeing the following warnings in the logs: ``` java 2024-12-10 18:46:57,758 WARN api.common :: Unexpected parameters at [:post "/api/dashboard/10/dashcard/98/card/119/query"]: [:dashboard_id] Please add them to the schema or remove...

To fix this, instead of not scheduling any tasks [here](https://github.com/metabase/metabase/blob/master/src/metabase/task/sync_databases.clj#L306), we should schedule the `field-values-task-info` task, like so: ```clojure (update-db-trigger-if-needed! database field-values-task-info) ```