Skip to content

Commit

Permalink
Pass snapshot_dates to restore_missing_snapshot
Browse files Browse the repository at this point in the history
Change-Id: I333c272e34c213fe65961c716a10157cad7befe3
  • Loading branch information
AVMarkin committed Jul 16, 2024
1 parent 2f6b627 commit b835c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/backfill_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b835c5e

Please sign in to comment.