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!