Skip to content

Commit 2896f6b

Browse files
committed
update short_version in validation suite
Is my change right? The previous code has the effect that our badge for BigQuery says, "Versions Tested: Google BigQuery gcloud". With this change, when I re-run validation and re-generate the docs the badge shows Google BigQuery 1.72.0 like I want.
1 parent 5ffc753 commit 2896f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/validation/tests/bigquery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class BigQueryQuirks(model.DriverQuirks):
2525
# BigQuery doesn't really have a public facing version, so use the client
2626
# version instead
2727
vendor_version = "cloud.google.com/go/bigquery v1.72.0"
28-
short_version = "gcloud"
28+
short_version = "1.72.0"
2929
features = model.DriverFeatures(
3030
connection_get_table_schema=True,
3131
# TODO(lidavidm): this is a bit weird; it does work, but we'd need two

0 commit comments

Comments
 (0)