Reputation: 125
Why my Block this step until steps finished
not work? I should wait all my insert step before run rest of them. Any suggestion?
Upvotes: 0
Views: 2985
Reputation: 106
All table input step will run parallelly when you execute the transformation.
If you want to stop table execution then I suggest adding one constant (i.e 1) before block until step and in the table input step you can add one condition like where 1 = ? with option enabling and execute for each row
Upvotes: 2
Reputation: 6356
You are possibly confusing blocking the data flow and finishing the connection. See there.
As far as I can understand by you questions since 3 month, you should really have a look here and there.
And try to move to writing Jobs (kjb) to orchestrate your transformations (ktr).
Upvotes: 0