Alexander Polyankin
Alexander Polyankin
Make the entity framework use RTK query under the hood for all API requests. **Milestone 1 - replace api handlers in entities** ```[tasklist] - [ ] https://github.com/metabase/metabase/issues/40789 - [ ]...
Currently the FE constructs preview queries by dropping clauses from the main query https://github.com/metabase/metabase/blob/76a473a786f128e7b70e23f5d63606eeacbed178/frontend/src/metabase/query_builder/components/notebook/lib/steps.ts#L313 This is very inefficient and caused significant performance issues in the fast. We added a workaround...
Closes https://github.com/metabase/metabase/issues/42607 We decided not to fix this as the behavior is unclear.
Fixes https://github.com/metabase/metabase/issues/42829
Fixes https://github.com/metabase/metabase/issues/43057 Previously we didn't differentiate between date and date + 00:00 time filters on the FE, so 00:00 got converted to the whole date. This leads to different query...
Related to https://github.com/metabase/metabase/issues/48608 Takes `availableUnits` into account in specific & relative date pickers. How to verify: - New -> Question -> People - Filter -> Created At -> Specific dates......
Follow up for https://github.com/metabase/metabase/pull/53630 1. Fixes an e2e test to assert on query results and not just 0: https://github.com/metabase/metabase/pull/53630#discussion_r1954405221 2. Fixes query hashes for cases with big integer values. Adds...
A separate view that shows broken and unused entities. ### Unreferenced items Lists entities of selected types that are considered not used based on the dependency graph. The primary endpoint...