how to set dependency in schedules

Hi, I have two models in dbt -one for staging other for loading intermediate views. How can we set dependency- for example we want staging one to run first and on its successful completion intermediate should run.

dbt does not support orchestration between jobs at this stage so you would need to use a scheduler tool like Airflow for this

Note: @Johann De Wet originally posted this reply in Slack. It might not have transferred perfectly.