run_results.json is not logging models executed from dbt run

Actually, we have a job scheduler “ActiveBatch” which runs following dbt run command to execute the models:

Now, when this process finishes the models information should be logged in run_results.json file which is one of the dbt artifacts but for some reason the models information is not being logged.

I have tested to execute models in my local environment by simply running “dbt run -s model_name” and it is bein logged on every execution

So, please guide me through this as this is very important issue for me!

Actively looking forward your suggestions.

Thank you!

Hi,

I have identified the issue. Actually I have to look into the specific folder that is mentioned in the command rather than the standard project folder. From there I can see the expected results in dbt artifacts.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.