Rerunning Failed DBT Cloud Jobs with same vars passed.

The problem I’m having

I have a job which runs a set of models and I pass a variable set which is set dynamically. If this job fails, I want to be able to rerun the job with the same set of parameters, but when I click on rerun from start, it runs without the vars parameter passed

What I’ve already tried

The [FILE_NAME_VALUE] is set by the ADF pipeline and passed to the dbt API Call.

dbt run –select tag:TAG1 –vars ‘{file_name: [FILE_NAME_VALUE]}

When I click rerun from start, the dbt job reruns without the vars passed.

dbt run –select tag:TAG1

Is there a way to retrigger the same job with the same set of parameters.

Any guidance is appreciated.

Thanks!