You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#168 added exceptions for SchemaNotFound and TableNotFound. These exceptions need to be raised wherever an invalid (nonexistant) schema or table name can be passed in as a parameter. _list_tables and _get_table_object are already handled.
Additionally, these errors need to get caught and returned as 404 responses in the standard pharus routes.
The text was updated successfully, but these errors were encountered:
#168 added exceptions for
SchemaNotFound
andTableNotFound
. These exceptions need to be raised wherever an invalid (nonexistant) schema or table name can be passed in as a parameter._list_tables
and_get_table_object
are already handled.Additionally, these errors need to get caught and returned as 404 responses in the standard pharus routes.
The text was updated successfully, but these errors were encountered: