If I'm trying to enrich multiple things. For example, I want to enrich a list of 50K companies, then after it's enriched I want to run a web scraper to scrape for a certain key word, then I want to do something else, etc.
Would I need to run the first enrichment first and then wait until it's done to run the second enrichment, and so on? Or can I start running them and if the first enrichment is updating a column that the second enrichment needs to use it will know to wait until the first one is done being enriched?