09-15-2025 06:58 AM
Following parquet files migration between environments, deleting the schema.table records from FILES_VERSIONS table in metadata db and performing a successful stage load.
DELETE from FILES_VERSIONS where NAME like 'Schema_Table.%';
Table is failing with be below error during the next incremental or full:
Failed to get lastCheckpoint file for Table: Fusion_Hist.Product_Process_Dependency [com.incorta.datamanagement.staging.TenantDataManagerImpl.getLastCheckpointOfCompactedVersion]
java.io.IOException: failed to read _last_checkpoint [com.incorta.datamanagement.staging.TenantDataManagerImpl.getLastCheckpointOfCompactedVersion]
Resolution: