File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
google/cloud/bigquery_v2/services/centralized_service Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ def __init__(
7373 def dataset_service_client (self ):
7474 if "dataset" not in self ._clients :
7575 from google .cloud .bigquery_v2 .services import dataset_service
76+
7677 self ._clients ["dataset" ] = dataset_service .DatasetServiceClient (
7778 credentials = self ._credentials , client_options = self ._client_options
7879 )
@@ -101,6 +102,7 @@ def dataset_service_client(self, value):
101102 def job_service_client (self ):
102103 if "job" not in self ._clients :
103104 from google .cloud .bigquery_v2 .services import job_service
105+
104106 self ._clients ["job" ] = job_service .JobServiceClient (
105107 credentials = self ._credentials , client_options = self ._client_options
106108 )
@@ -126,6 +128,7 @@ def job_service_client(self, value):
126128 def model_service_client (self ):
127129 if "model" not in self ._clients :
128130 from google .cloud .bigquery_v2 .services import model_service
131+
129132 self ._clients ["model" ] = model_service .ModelServiceClient (
130133 credentials = self ._credentials , client_options = self ._client_options
131134 )
You can’t perform that action at this time.
0 commit comments