Partial full refresh of the incremental tables

Is there any way to run full refresh in the partitions?
We are using databricks dbt, replace where incremental strategy and would like to fully refresh only one month of the data (both cost and time wise optimization).
Dynamic variables could solve this issue, but it seems that we can’t use variables in the incremental predicates.

Any advice would be helpful, thank you!

Do you mean to have two jobs? One for the incremental load and one for the ‘partial full refresh’?

Or just the ‘partial full refresh’ one?

I’m just interested in partial full refresh. Is there any better practice then using static variables and then overwriting it with the new variables when running?