Skip to content

Commit 867bdec

Browse files
authored
Merge pull request #6109 from mozilla/bq-depency-notes
Add dependency update note for @google-cloud/bigquery
2 parents 68ca0e9 + 89fbbc8 commit 867bdec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/dependency-updates.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,12 @@ Used for S3, by the `npm run cron:db-pull-breaches` cron job.
282282
This job runs periodically on stage and production to download Favicon files from DuckDuckGo and re-uploads them to Monitor's S3 bucket.
283283
Check in the server logs that this job completed without errors.
284284

285+
### `@google-cloud/bigquery`
286+
287+
The Node.js client for Google Cloud BigQuery is used for uploading data.
288+
289+
Currently, we use this dependency to upload the results of the [Lighthouse Report Cron](https://github.com/mozilla/blurts-server/actions/workflows/lighthouse_cron.yml) to BigQuery. To verify that the cron job is working as expected we can run the GitHub Action manually against `stage` after a dependency update.
290+
285291
### `@google-cloud/pubsub`
286292

287293
GCP PubSub is used for email breach notifications from HIBP:

0 commit comments

Comments
 (0)