This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 5bafb5c950 chore: Fix grammar (#22831)
5bafb5c950 is described below

commit 5bafb5c95021788247a7d3d7239ccf0f2463f8eb
Author: John Bodley <[email protected]>
AuthorDate: Sat Feb 4 19:03:09 2023 +1300

    chore: Fix grammar (#22831)
---
 superset/databases/api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/databases/api.py b/superset/databases/api.py
index 923ee98270..c285198747 100644
--- a/superset/databases/api.py
+++ b/superset/databases/api.py
@@ -813,7 +813,7 @@ class DatabaseRestApi(BaseSupersetModelRestApi):
             )
         except NoSuchTableError:
             self.incr_stats("error", self.select_star.__name__)
-            return self.response(404, message="Table not found on the 
database")
+            return self.response(404, message="Table not found in the 
database")
         self.incr_stats("success", self.select_star.__name__)
         return self.response(200, result=result)
 

Reply via email to