Dataform run - twice

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?

 

 

Solved Solved
1 1 61
1 ACCEPTED SOLUTION

Hi @ms4446 

Sorry for this fundamental question. I just put the run_dataform into a function and called the function with different tags each time. Perhaps, I didn't completely understand the tags logic when I posted this question. Thanks

View solution in original post

1 REPLY 1

Hi @ms4446 

Sorry for this fundamental question. I just put the run_dataform into a function and called the function with different tags each time. Perhaps, I didn't completely understand the tags logic when I posted this question. Thanks