Skip to content

Commit

Permalink
add 404
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Aug 26, 2022
1 parent b21b3e7 commit 84dfa31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/dao/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ class DatasourceTypeNotSupportedError(DAOException):


class DatasourceNotFound(DAOException):
status = 404
message = "Datasource does not exist"

0 comments on commit 84dfa31

Please sign in to comment.