You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2024. It is now read-only.
Currently, we're running a series of BigQuery commands (bq query, bq extract, and gsutil cp) to obtain the scorecard data dump in order to reload the database.
This requires an account to be logged in locally (using gcloud auth login). The account itself was created explicitly for this purpose, but it still isn't ideal. I also don't know how long until the authorization expires and the job would break.
I think by using the API, we can use a token of some sort. I'm not super familiar with the capabilities here. We should have someone look into this and convert the scorecard import job accordingly.
The text was updated successfully, but these errors were encountered:
Currently, we're running a series of BigQuery commands (bq query, bq extract, and gsutil cp) to obtain the scorecard data dump in order to reload the database.
This requires an account to be logged in locally (using gcloud auth login). The account itself was created explicitly for this purpose, but it still isn't ideal. I also don't know how long until the authorization expires and the job would break.
I think by using the API, we can use a token of some sort. I'm not super familiar with the capabilities here. We should have someone look into this and convert the scorecard import job accordingly.
The text was updated successfully, but these errors were encountered: