Co-authored-by: Azeem Shaikh <azeems@google.com>
This commit is contained in:
Azeem Shaikh 2021-08-06 16:45:22 -07:00 committed by GitHub
parent 0e6559a1ce
commit 2931d91e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ const (
requestTopicURL string = "SCORECARD_REQUEST_TOPIC_URL"
requestSubscriptionURL string = "SCORECARD_REQUEST_SUBSCRIPTION_URL"
bigqueryDataset string = "SCORECARD_BIGQUERY_DATASET"
bigqueryTable string = "SCORECARD_BIQQUERY_TABLE"
bigqueryTable string = "SCORECARD_BIGQUERY_TABLE"
shardSize string = "SCORECARD_SHARD_SIZE"
metricExporter string = "SCORECARD_METRIC_EXPORTER"
)