My Sample code is : {%-set VARIABLE = ["123","1234"]-%} {%-set VARIABLE1 = ["abc","def"]-%}
I want to know if there is a way I can specify the order of run of each model in dbt or explicit state a dependen开发者_JAVA技巧t model which needs to run before the current model can be.