You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Option that sets the BQ client endpoints addresses directly as a dict. Possible keys are "bqclient", "bqconnectionclient", "bqstoragereadclient"."""
326
+
returnself._client_endpoints_override
327
+
328
+
@client_endpoints_override.setter
329
+
defclient_endpoints_override(self, value: dict):
330
+
warnings.warn(
331
+
"This is an advanced configuration option for directly setting endpoints. Incorrect use may lead to unexpected behavior or system instability. Proceed only if you fully understand its implications."
0 commit comments