8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c224626 commit 4269cacCopy full SHA for 4269cac
src/google/adk/tools/bigquery/bigquery_credentials.py
@@ -27,10 +27,10 @@
27
from pydantic import BaseModel
28
from pydantic import model_validator
29
30
-from ...auth import AuthConfig
31
-from ...auth import AuthCredential
32
-from ...auth import AuthCredentialTypes
33
-from ...auth import OAuth2Auth
+from ...auth.auth_credential import AuthCredential
+from ...auth.auth_credential import AuthCredentialTypes
+from ...auth.auth_credential import OAuth2Auth
+from ...auth.auth_tool import AuthConfig
34
from ..tool_context import ToolContext
35
36
BIGQUERY_TOKEN_CACHE_KEY = "bigquery_token_cache"
0 commit comments