Hi @ms4446
I have a DAG running through Composer and my tasks are configured as below:
[task_a, task_b]
run_dataform >> task_d
As you can see, I have a run_dataform task
After I run_daatform, I call task_d. task_d generates a table table_1. I want to run dataform again after task_d to operate on a single sqlx called table_2.sqlx which carries out soem transformation on table_1. How to do that?