Noah Moss

Results 27 issues of Noah Moss

This is a postmortem task related to certain performance regressions seen in v50. We want to make it trivial to spin up an instance of Metabase on a dev branch...

Type:Tech Debt
.Team/AdminWebapp

Splits up the permissions cache so that we fetch it on-demand only for a single DB at a time. I've converted it from a `delay` to an atom that contains...

backport
.Team/AdminWebapp

**Describe the bug** If you add a SQLite DB to Metabase, but another application has an exclusive lock on the database, it will hang when trying to generate an initial...

Type:Bug
Priority:P2
Database/SQLite
Querying/X-rays
.Backend
.Team/BackendComponents

Picked up a small FE issue for a change of pace! Resolves #41953 which was introduced by #38298 and seems to be the result of the modal z-index being [hardcoded...

backport
.Team/AdminWebapp

Feature branch & core implementation of https://github.com/metabase/metabase/issues/48080 **BE** * Removes prior restrictions around setting `query-builder-and-native` at the table-level * Updates permission-checking middleware to try to parse native queries to determine...

no-backport
.Team/AdminWebapp
PR-Env

> [!IMPORTANT] > For those employed by Metabase: if you are merging into master, please add either a `backport` or a `no-backport` label to this PR. You will not be...

.Team/DashViz

Resolves https://github.com/metabase/metabase/issues/44500 This PR removes a condition for an early return in PivotTable.tsx which was causing a pivot table with no rows to be rendered. `columnsChanged` seems to have to...

backport
.Team/DashViz