We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b841c commit 9030ba8Copy full SHA for 9030ba8
sdks/python/apache_beam/io/gcp/bigquery_tools_test.py
@@ -1112,7 +1112,7 @@ def test_geography_field_conversion(self):
1112
field.name = 'location'
1113
field.mode = 'NULLABLE'
1114
1115
- wrapper = BigQueryWrapper()
+ wrapper = BigQueryWrapper(client=mock.Mock())
1116
1117
# Test various WKT formats
1118
test_cases = [
@@ -1234,7 +1234,7 @@ def test_geography_with_special_characters(self):
1234
field.name = 'complex_geo'
1235
1236
1237
1238
1239
# Test complex WKT with various coordinate systems and precision
1240
complex_wkt = (
0 commit comments