Ngoc Khuat
Ngoc Khuat
Fix #23449 # Background ### How we go from simple MBQL query -> native query Let's go through the life of a query and how it traverses through some of...
I'm installed torch. And I placed it home. but it still : THPP_LIBRARY linked by target "crnn" in directory /home/dev2/textbox2/crnn/src/cpp And i checked torch/install/lib it doesn't have any file called...
its stayed like this for 10m. Is there any problem with it ?
Taking over the #19275 PR to implement `:get-year, :get-quarter, :get-month, :get-day, :get-day-of-week, :get-hour, :get-minute, :get-second` methods as described in [this](https://www.notion.so/metabase/Unlock-advanced-date-time-manipulation-038f5cf80f364d7cb93341784169743c) product doc. Follow up: - [ ] Adds support for...
Implement `:date-add` and `:date-subtract` methods as spec'ed in this [project doc](https://www.notion.so/metabase/Unlock-advanced-date-time-manipulation-038f5cf80f364d7cb93341784169743c) date-add date-subtract
Fix #23248, Part of #24815 It's important to note that this bug only happens with Models, but not questions. This is because, with models, we want to make sure the...
Follow-up of https://github.com/metabase/metabase/pull/25277 This PR adds a new `get-week` expression. It has 3 modes: - ISO: the first week of the year is the week that contains the 1st Thursday...
Implement the `convertTimezone` expression for postgres. The remaining Drivers will be added later. One requirement of this expression is to have the result of `convertTimezone` to be displayed in this...
Pursuant to #25698, this PRs the `convert-timezone` expression for: - sqlserver - mysql, mariadb - oracle We also could have supports for bigquery and sparksql but it needs some change...