The problem I’m having
I have a model created in dbt Cloud and we have setup a job to call the model. However, there is a need to call this job via external application (C#). I am using dbt Cloud API to call this job however I need to pass value for a variable when calling the job/model. Since environment variable override is not available via Cloud job API, I can’t achieve it. Is someone experienced similar situation and if there is any solution to achieve it?