Skip to content

Commit 894eea4

Browse files
committed
Change exception status to 404
1 parent b6f73d8 commit 894eea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superset/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,4 @@ class QueryNotFoundException(SupersetException):
273273

274274

275275
class ColumnNotFoundException(SupersetException):
276-
pass
276+
status = 404

0 commit comments

Comments
 (0)