Hi, I'm having this error too frequently on a few tables, I check on S3 and the partition exists and the file is there on the partition.
error: Spectrum Scan Error: DeltaManifest
code: 15005
context: Error fetching Delta Lake manifest delta/product/sub_product/_symlink_format_manifest/data_date=2022-03-04/data_hour=0/manifest Message: S3ServiceException:The specified key does not exist.,Status 404,Error NoSuchKey,Rid P66ZVJ3X8MNZFEJH,ExtRid b4eWb8sgxF/50
query: 84792889
location: scan_range_manager.cpp:1171
process: worker_thread [pid=9064]
On DESCRIBE HISTORY I see:
SnapshotIsolation for WRITE operations with Metrics on 0: {"numFiles": "0", "numOutputRows": "0", "numOutputBytes": "0"}
And WriteSerializable on WRITE operations with files and output rows.
Only writes on history, all data is being loaded by Databricks jobs.
Any idea of what could be happening? My solution because is little data is to delete the files that are there but it can't find and reprocess, but I'm trying to get the root cause of this issue.
Can be a correlation between the error and when I run VACUUM? (default 7 days) don't think so because is table that doesn't have read/writes for more than 30min per query. But maybe this helps!
thanks!!!