Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
switch to prop setter
  • Loading branch information
shollyman committed May 19, 2025
commit 698fdbbe0e469b0c5749e38afef7fabbb3c9ebc8
2 changes: 1 addition & 1 deletion google/cloud/bigquery/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def __init__(
self._connection = Connection(self, **kw_args)
self._location = location
self._default_load_job_config = copy.deepcopy(default_load_job_config)
self._default_job_creation_mode = default_job_creation_mode
self.default_job_creation_mode = default_job_creation_mode

# Use property setter so validation can run.
self.default_query_job_config = default_query_job_config
Expand Down