diff --git a/app/scripts/backfill_snapshots.py b/app/scripts/backfill_snapshots.py index 5ef4fdc..794668d 100644 --- a/app/scripts/backfill_snapshots.py +++ b/app/scripts/backfill_snapshots.py @@ -532,7 +532,7 @@ def main(): ) ): for table_id, query in restore_missing_cohorts( - bigquery_executor, bq_dataset + snapshot_dates, bq_dataset ): save_restored_asset_cohort(bigquery_executor, query, table_id)