unity catalog Request failed with status code 404
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2023 06:02 AM
maybe this is a bug in the unity catalog as the error happens multiple times when a table becomes inaccessible
error: Request failed with status code 404
try to drop the table error: NoSuchTableException: [TABLE_OR_VIEW_NOT_FOUND]
try to replace the table error: TableAlreadyExistsException: [TABLE_OR_VIEW_ALREADY_EXISTS]
the table info still exists in system.information_schema.columns
basically stuck at this state
- Labels:
-
SQL
-
Unity Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2023 06:32 AM
@lizou What do you mean by "table becomes inaccessible"? Were the underlying table data files deleted by any chance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2023 05:22 AM
no file deleting. just this error appears, and no way to drop or recreate the table. I also don't know what's GUID of the table is. What else we can do to drop a table without using the drop table statement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2023 08:01 AM
the error disappeared now after a few months.
It could be
- happens when there is a lot of schema change on db during the initial project stage.
- there may be some temp security issues
- may be databricks fixed in the back end
- appears less issue when schema rarely changes after the project get stable and schema is set

