You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Superset in dev server mode (npm run dev-server), the dataset edit modal doesn't work properly. For instance, when I add a label to a column and save, the updated value isn't persisted in the dataset metadata. See the screen recording below:
dev-server.mp4
However, when running a production build (npm run build), the modal works correctly:
prod.build.mp4
How to reproduce the bug
Go to Dataset list view and edit your favourite dataset
Click on Columns and add a label to a column
Save and reopen the dataset Column view
Notice that the updated column label is no longer present on dev server mode, but works correctly on the prod build
Expected results
Dataset should update correctly in both dev-server and build mode
Actual results
Dataset doesn't update correctly in dev-server mode
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
(please complete the following information):
browser type and version:
superset version: superset version
python version: python --version
node.js version: node -v
any feature flags active:
Checklist
Make sure to follow these steps before submitting your issue - thank you!
I have checked the superset logs for python stacktraces and included it here as text if there are any.
I have reproduced the issue with at least the latest released version of superset.
I have checked the issue tracker for the same issue and I haven't found one similar.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
When running Superset in dev server mode (
npm run dev-server
), the dataset edit modal doesn't work properly. For instance, when I add a label to a column and save, the updated value isn't persisted in the dataset metadata. See the screen recording below:dev-server.mp4
However, when running a production build (
npm run build
), the modal works correctly:prod.build.mp4
How to reproduce the bug
Expected results
Dataset should update correctly in both
dev-server
andbuild
modeActual results
Dataset doesn't update correctly in
dev-server
modeScreenshots
If applicable, add screenshots to help explain your problem.
Environment
(please complete the following information):
superset version
python --version
node -v
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: