-
- Downloads
Correctly show a selected table (in the data selector) which comes from a...
Correctly show a selected table (in the data selector) which comes from a multi-schema database (#39930) * Show selected table in the data selector Fixes #39807. * Build schema information when table is selected * Remove now unused method * Update only the selected schema id information * Obtain schema id from the state * Introduce multiple schemas to the writable database * Add E2E reproduction for #39807 * Fix unit test * Fetch schema if needed according to the new condition
Showing
- e2e/support/test_tables.js 36 additions, 0 deletionse2e/support/test_tables.js
- e2e/test/scenarios/question/reproductions/39807-multi-schema-table-data-selector.cy.spec.js 57 additions, 0 deletions...uctions/39807-multi-schema-table-data-selector.cy.spec.js
- frontend/src/metabase/query_builder/components/DataSelector/DataSelector.jsx 8 additions, 1 deletion...se/query_builder/components/DataSelector/DataSelector.jsx
- frontend/src/metabase/query_builder/components/DataSelector/DataSelector.unit.spec.js 1 addition, 1 deletion...builder/components/DataSelector/DataSelector.unit.spec.js
- frontend/src/metabase/query_builder/components/DataSelector/DataSelectorTablePicker/DataSelectorTablePicker.tsx 7 additions, 2 deletions...ector/DataSelectorTablePicker/DataSelectorTablePicker.tsx
Loading
Please register or sign in to comment