We currently have three separate DAGs for the tone check pipeline: tone_check_data_generation_dag, tone_check_copy_hdfs_to_pvc_dag, and tone_check_retrain_dag. In T406302, these DAGs are orchestrated into a single pipeline using the TriggerDagRunOperator. However, this setup requires all three DAGs to be unpaused and active for the pipeline to run, which complicates management and triggering.
To simplify the workflow and improve manageability, the team proposed merging the three DAGs into a single DAG called tone_check_training_dag. This change will allow us to manage the entire pipeline as a single unit, with all tasks and dependencies defined in one place, making scheduling and monitoring more straightforward.
