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!