removed id creation on scrape
This commit is contained in:
@@ -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? {
|
||||
|
||||
Reference in New Issue
Block a user