create empty processed layers
This commit is contained in:
@@ -71,7 +71,7 @@ public class T3SingleSourceProcessor(
|
||||
throw new Exception($"DataSources are empty, {sourceImportWorker.Name}");
|
||||
}
|
||||
|
||||
if (!dataSources.Any(x => x.CreatedAt > processedLayer.ModifiedAt))
|
||||
if (!isNew && !dataSources.Any(x => x.CreatedAt > processedLayer.ModifiedAt))
|
||||
{
|
||||
throw new Exception("No new data to process");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user