Workflow Tools
Introduction to workflow tools and their benefits.
We'll cover the following...
Cron is useful for simple pipelines but runs into challenges when tasks have dependencies on other tasks that can fail. To help resolve this issue, where tasks have dependencies and only portions of a pipeline need to be rerun, we can leverage workflow ...