Skip to content

Commit

Permalink
Change ingestion date and add explaining comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Jun 25, 2024
1 parent 4bc1916 commit 7e0f9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/models/raw_sessions/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
)
from posthog.settings import TEST

INGEST_FROM_DATE = "toYYYYMMDD(timestamp) >= 20240625"
INGEST_FROM_DATE = "toYYYYMMDD(timestamp) >= 20240626" # the date of the day after this PR will be merged
if TEST:
INGEST_FROM_DATE = "toYYYYMMDD(timestamp) >= 0"

Expand Down

0 comments on commit 7e0f9d3

Please sign in to comment.