I've created 2 etl models which must be executer one after the other (i mean: model "B" should only be run after model "A" has finished running)
I can put these models in a model builder but I can't find a way to connect them to set model "A" as a "pre-condition" to model "B".
How can I accomplish this??
Thanks in advance.