Alexander Polyankin

Results 43 issues of Alexander Polyankin

**Links** - Product doc https://www.notion.so/metabase/Let-SQL-writers-see-the-parameterized-query-they-re-running-b69e103a6b2c46fc9632ce6636a140dd **Implementation plan** - [ ] BE - Add new endpoints to preview the fully parameterized native query - [ ] FE - Add a modal...

.Epic

The business logic is spread across the entire app while it should be in `metabase-lib` folder. **Milestone 1 - move MBQL manipulation logic** - [x] https://github.com/metabase/metabase/pull/25761 - [x] https://github.com/metabase/metabase/pull/25774 -...

Type:Tech Debt
.Epic

Changes: - SAML toggle was moved from the form to the authentication methods list - When not enabled, there are 2 buttons to submit the form - `Save and enable`...

Epic https://github.com/metabase/metabase/issues/19428 Removes the toggle from the JWT settings form and adds it to the auth card in `Authentication` tab. How to test: - Run Metabase EE - Go to...

Follow up on https://github.com/metabase/metabase/pull/26100 Initially we had: - FormInput - FormCheckBox Adding: - FormToggle - FormRadio - FormSelect - FormNumericInput Also converted `Select` to TypeScript without changing its code in...

Currently our forms mostly use an internal form framework. The goal is to migrate them to react components and use formik directly. **User forms** - [x] `NewsletterForm` https://github.com/metabase/metabase/pull/26192 - [x]...

Type:Tech Debt
.Epic

Epic https://github.com/metabase/metabase/issues/38650 Blocked by https://github.com/metabase/metabase/issues/38892

no-backport

### Describe the bug Blocks https://github.com/metabase/metabase/pull/38820 ``` const [fieldIndex] = Lib.findColumnIndexesFromLegacyRefs( query, stageIndex, fields.map(field => Lib.fromLegacyColumn(query, stageIndex, field)), [fieldRef], ); ``` It doesn't find the column if the query is...

Type:Bug
Querying/MBQL
.Team/QueryProcessor

no-backport
.Team/QueryingComponents

Fixes https://github.com/metabase/metabase/issues/42278

.Team/QueryingComponents