When do I want to use a single `job` containing mu...
# best-practices
m
When do I want to use a single
job
containing multiple tasks, and when do I want to use multiple jobs with one task each? https://docs.meltano.com/reference/command-line-interface#job Are there best practices to follow here? I’m interested in both “pure meltano” philosophy as well as opinions regarding orchestration utilities like dagster, airflow, argo workflows, etc.