Skip to content

Commit

Permalink
Pull all 2024 data
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelot committed Jan 24, 2025
1 parent 908561a commit ef0ac30
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions sql/events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -199,33 +199,7 @@ curr_data AS (
id,
other
FROM
`githubarchive.month.202401`
UNION ALL
SELECT
type,
public,
payload,
repo,
actor,
org,
created_at,
id,
other
FROM
`githubarchive.month.202402`
UNION ALL
SELECT
type,
public,
payload,
repo,
actor,
org,
created_at,
id,
other
FROM
`githubarchive.month.202403`
`githubarchive.year.2024`
),

-- needed to allow match to data for old repo names
Expand Down

0 comments on commit ef0ac30

Please sign in to comment.