Update the three tone-check DAGs (data-generation, data-copying, and model-training) into a single, end-to-end orchestrated pipeline using the TriggerDagRunOperator.
In this task we will configure:
- tone_check_data_generation_dag to trigger the tone_check_copy_hdfs_to_pvc_dag upon completion, passing a timestamped HDFS data path via its configuration.
- tone_check_copy_hdfs_to_pvc_dag to read the passed HDFS path, create a corresponding versioned path on the PVC, perform the copy, and then trigger the tone_check_retrain_dag.
- tone_check_retrain_dag to read the passed PVC path that includes the trainind data and also use it as the trained model output path.