Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jan 15, 2025
1 parent 4ccc467 commit af1924b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigquery/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit af1924b

Please sign in to comment.