sfirke commented on issue #34997:
URL: https://github.com/apache/superset/issues/34997#issuecomment-3807026953

   I am experiencing this in Superset 6.0.0. When I try to load the table 
metadata in SQL Lab (it doesn't display), I get the same error in the UI `An 
error occurred while fetching table metadata. Please contact your 
administrator.` and this in the logs:
   
   ```
   2026-01-27 19:07:54,012:WARNING:superset.views.error_handling:HTTPException
   Traceback (most recent call last):
     File "/app/.venv/lib/python3.10/site-packages/flask/app.py", line 1484, in 
full_dispatch_request
       rv = self.dispatch_request()
     File "/app/.venv/lib/python3.10/site-packages/flask/app.py", line 1458, in 
dispatch_request
       self.raise_routing_exception(req)
     File "/app/.venv/lib/python3.10/site-packages/flask/app.py", line 1440, in 
raise_routing_exception
       raise request.routing_exception  # type: ignore
     File "/app/.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 "/app/.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.
   172.70.80.89:46977 - - [27/Jan/2026:19:07:54 +0000] "POST 
/tableschemaview/0jwS9vdYMfW/expanded HTTP/1.1" 404 334 
"https://superset.mydomain.com/sqllab/"; 
   ```
   
   @DataStrategistTeam can you test whether you still experience this in 6.0.0?


-- 
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]

Reply via email to