-
Notifications
You must be signed in to change notification settings - Fork 603
Closed
Labels
kind/bugSomething isn't workingSomething isn't working
Description
Describe the bug
BigQuery scorecard-v2 dataset doesn't have new partitions. The last available partition is 20241125.
Reproduction steps
Use the following query to check for new partitions
SELECT partition_id
FROM openssf.scorecardcron.INFORMATION_SCHEMA.PARTITIONS
WHERE table_name="scorecard-v2"
AND partition_id!="__NULL__" ORDER BY partition_id DESC
LIMIT 1;The result is 20241125 instead of something more recent like 20241202 or 20241209.
Expected behavior
These partitions exist and have scorecard data.
Additional context
I did not see any issues or discussion about this - apologies if this has already been reported. Is this still the right place to check for scorecard data? Or maybe there is an ongoing issue and new partitions are not being generated at the moment.
justaugustus
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done