Skip to content

Commit

Permalink
expand time to two years
Browse files Browse the repository at this point in the history
  • Loading branch information
ohnorobo committed Jun 13, 2023
1 parent 22a7187 commit e927758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table/queries/merged_reduced_scans.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# TODO remove this once we are able to run appending queries instead.
# Not needed for satellite since we already output restricted data from the pipeline
DECLARE earliest_date DATE;
SET earliest_date = DATE_SUB(CURRENT_DATE, INTERVAL 1 YEAR);
SET earliest_date = DATE_SUB(CURRENT_DATE, INTERVAL 2 YEAR);

CREATE TEMP FUNCTION AddOutcomeEmoji(outcome STRING) AS (
CASE
Expand Down

0 comments on commit e927758

Please sign in to comment.