From af1924bd111ed492489f333a09078164c9a8a6d4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 15 Jan 2025 15:45:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20post-p?= =?UTF-8?q?rocessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- google/cloud/bigquery/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/bigquery/dataset.py b/google/cloud/bigquery/dataset.py index 62446042a..15a11fb40 100644 --- a/google/cloud/bigquery/dataset.py +++ b/google/cloud/bigquery/dataset.py @@ -921,7 +921,7 @@ def external_catalog_dataset_options(self, value): ) self._properties[ self._PROPERTY_TO_API_FIELD["external_catalog_dataset_options"] - ] = value.to_api_repr() if value is not None else None + ] = (value.to_api_repr() if value is not None else None) @classmethod def from_string(cls, full_dataset_id: str) -> "Dataset":