Skip to content

Commit a6c406b

Browse files
chalmerlowetswast
andauthored
Update google/cloud/bigquery/dataset.py
Co-authored-by: Tim Sweña (Swast) <swast@google.com>
1 parent 7b3be0a commit a6c406b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/bigquery/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ def external_catalog_dataset_options(self):
911911
)
912912

913913
if prop is not None:
914-
prop = external_config.ExternalCatalogDatasetOptions().from_api_repr(prop)
914+
prop = external_config.ExternalCatalogDatasetOptions.from_api_repr(prop)
915915
return prop
916916

917917
@external_catalog_dataset_options.setter

0 commit comments

Comments
 (0)