Ngoc Khuat
Ngoc Khuat
```clojure (methodical/defmethod t2/table-name :model/Card [_model] :report_card) (t2/with-call-count [call-count] (t2/update! :model/Card2 1 {:name "new name 1"}) (call-count)) ;; => 1 ;; => UPDATE "report_card" SET "name" = ? WHERE "id" =...
- `metabase.notification.core` is now an api file only, it was broken down to: - `metabase.notification.send` : where the send-sync, send-async! stuff live - a new sub-module: `metabase.notification.payload` that has one...
Ref: https://github.com/metabase/metabase/issues/50261
Fix https://www.notion.so/metabase/Transaction-email-sent-to-the-alert-creator-18269354c9018010bbf1eff8f4812499?pvs=4 The new alert confirmation email is one of the email we've migrated to system event notification, this PR makes it so that this system event is triggered when...
Delete pulse apis but keep the GET and DELETE, context [thread](https://metaboat.slack.com/archives/C0641E4PB9B/p1736244903671159) epic: https://github.com/metabase/metabase/issues/50766 Part of WRK-2