Jockxtar opened a new issue, #31871:
URL: https://github.com/apache/superset/issues/31871
### Bug description
When modifying a dataset, only changes made in the "SOURCE" or "SETTINGS"
screens trigger the update of the "Last modified" field shown in the list of
datasets.
### Steps to reproduce the bug:
1. Go to Datasets list.
2. Edit a Dataset (anything that's not on the "SOURCE" or "SETTINGS"
screens).
3. Save changes.
4. Check Datasets list's field "Last modified" for that specific dataset. It
didn't update.
### Screenshots/recordings
_No response_
### Superset version
4.1.1
### Python version
3.9
### Node version
16
### Browser
Chrome
### Additional context
Log:
```
HTTPException
Traceback (most recent call last):
File "/opt/superset/venv/lib/python3.10/site-packages/flask/app.py", line
1484, in full_dispatch_request
rv = self.dispatch_request()
File "/opt/superset/venv/lib/python3.10/site-packages/flask/app.py", line
1458, in dispatch_request
self.raise_routing_exception(req)
File "/opt/superset/venv/lib/python3.10/site-packages/flask/app.py", line
1440, in raise_routing_exception
raise request.routing_exception # type: ignore
File "/opt/superset/venv/lib/python3.10/site-packages/flask/ctx.py", line
353, in match_request
result = self.url_adapter.match(return_rule=True) # type: ignore
File
"/opt/superset/venv/lib/python3.10/site-packages/werkzeug/routing/map.py", line
629, in match
raise NotFound() from None
werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found
on the server. If you entered the URL manually please check your spelling and
try again.
```
### Checklist
- [ ] I have searched Superset docs and Slack and didn't find a solution to
my problem.
- [x] I have searched the GitHub issue tracker and didn't find a similar bug
report.
- [x] I have checked Superset's logs for errors and if I found a relevant
Python stacktrace, I included it here as text in the "additional context"
section.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]