mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-04 03:52:31 +03:00
Update BQ query in README.md (#831)
Co-authored-by: Azeem Shaikh <azeems@google.com>
This commit is contained in:
parent
a2e34ede98
commit
ce7d4c396d
@ -292,7 +292,8 @@ the [`bq`](https://cloud.google.com/bigquery/docs/bq-command-line-tool) tool:
|
||||
```
|
||||
# Get the latest PARTITION_ID
|
||||
bq query --nouse_legacy_sql 'SELECT partition_id FROM
|
||||
openssf.scorecardcron.INFORMATION_SCHEMA.PARTITIONS ORDER BY partition_id DESC
|
||||
openssf.scorecardcron.INFORMATION_SCHEMA.PARTITIONS WHERE table_name="scorecard"
|
||||
ORDER BY partition_id DESC
|
||||
LIMIT 1'
|
||||
|
||||
# Extract to GCS
|
||||
|
Loading…
Reference in New Issue
Block a user