I have different jobs programed, both of them have a command such as : “dbt run --select main.real_time”
and “dbt run --select secondary.real_time_variables” . Both commands run all the models from folders main/real_time and secondary/real_time_variables.
In dbt, I have a message that I’m building a thousand of models, however I have a ‘dbt run’ command instead of ‘dbt build’ command. How is that possible?
Can someone explain it?
Can you post the logs you’re referring to?