Skip to content

Commit

Permalink
chore: update tinybird seed script to generate data starting 2023-09-01
Browse files Browse the repository at this point in the history
  • Loading branch information
unrenamed committed Dec 26, 2023
1 parent cb2fc78 commit b0034fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/tinybird/scripts/generate_clicks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const genRandEvent = () => {
latitude: faker.location.latitude(),
longitude: faker.location.longitude(),
timestamp: faker.date.between({
from: new Date(new Date().setFullYear(new Date().getFullYear() - 1)),
from: new Date("2023-09-01"),
to: new Date(),
}),
referrer:
Expand Down

0 comments on commit b0034fb

Please sign in to comment.