removed id creation on scrape

This commit is contained in:
2026-01-14 14:28:16 +01:00
parent 4ea0c78d3d
commit 93fbefc9d4
11 changed files with 107 additions and 226 deletions

View File

@@ -178,7 +178,7 @@ pub async fn companies_yahoo_cleansed_low_profile(
}
let manager = StateManager::new(paths.integrity_dir()).await?;
let step_name = "yahoo_companies_cleansed_no_data";
let step_name = "yahoo_companies_cleansed_low_profile";
let content_reference = file_reference(&checkpoint_path);
if manager.is_step_valid(step_name).await? {