Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 025955f

Browse files
changes without context
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
1 parent 29dd573 commit 025955f

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.kokoro/presubmit/presubmit.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ env_vars: {
55
key: "RUN_SYSTEM_TESTS"
66
value: "false"
77
}
8-
env_vars: {
9-
key: "RUN_SNIPPETS_TESTS"
10-
value: "false"
11-
}

google/cloud/bigquery_v2/types/standard_sql.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class StandardSqlField(proto.Message):
7979
name (str):
8080
Optional. The name of this field. Can be
8181
absent for struct fields.
82-
type (~.standard_sql.StandardSqlDataType):
82+
type_ (~.standard_sql.StandardSqlDataType):
8383
Optional. The type of this parameter. Absent
8484
if not explicitly specified (e.g., CREATE
8585
FUNCTION statement can omit the return type; in
@@ -89,7 +89,7 @@ class StandardSqlField(proto.Message):
8989

9090
name = proto.Field(proto.STRING, number=1)
9191

92-
type = proto.Field(proto.MESSAGE, number=2, message=StandardSqlDataType,)
92+
type_ = proto.Field(proto.MESSAGE, number=2, message=StandardSqlDataType,)
9393

9494

9595
class StandardSqlStructType(proto.Message):

synth.metadata

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigquery.git",
7-
"sha": "31644d380b35a76a9147801a4b6b0271c246fd0c"
7+
"sha": "29dd573729102606b6fb3119602faafeb6aa81e7"
88
}
99
},
1010
{
@@ -112,7 +112,6 @@
112112
"samples/AUTHORING_GUIDE.md",
113113
"samples/CONTRIBUTING.md",
114114
"scripts/decrypt-secrets.sh",
115-
"scripts/fixup_bigquery_v2_keywords.py",
116115
"scripts/readme-gen/readme_gen.py",
117116
"scripts/readme-gen/templates/README.tmpl.rst",
118117
"scripts/readme-gen/templates/auth.tmpl.rst",

0 commit comments

Comments
 (0)