Backfill data in tables

I’m using Bigquery scheduled queries to prepare the data for analytics.

There is a backfill feature which can run your queries with @run_time parameter with values from the past - say every hour for the last week.

Of course the queries have to be using this parameter but the backfill feature supplies it with the right values.

How can we achieve the same with dbt?

Thanks

I am also curious about backfilling data on some specified time range in dbt.

me too. This has me blocked!