-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Fixed getting project ID when running on Vertex AI; Fixes #852 #943
Merged
sasha-gitg
merged 13 commits into
googleapis:main
from
Ark-kun:fix--Fixed-getitng-project-ID-when-running-on-Vertex-AI
Mar 21, 2022
Merged
fix: Fixed getting project ID when running on Vertex AI; Fixes #852 #943
sasha-gitg
merged 13 commits into
googleapis:main
from
Ark-kun:fix--Fixed-getitng-project-ID-when-running-on-Vertex-AI
Mar 21, 2022
Commits on Jan 6, 2022
-
fix: Fixed getitng project ID when running on Vertex AI
When project ID is not explicitly specified in `aiplatform.init()` call, the SDK uses `google.auth.default()` to infer the project ID. However when running under Vertex AI (CustomJob, PipelineJob), the project returned by `google.auth.default()` is not the correct user project. See googleapis#852 See googleapis/google-auth-library-python#924 This PR fixes the fallback to get the project ID from the `CLOUD_ML_PROJECT_ID` environment variable.
Configuration menu - View commit details
-
Copy full SHA for 1e1cbfe - Browse repository at this point
Copy the full SHA 1e1cbfeView commit details
Commits on Feb 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5b63ac3 - Browse repository at this point
Copy the full SHA 5b63ac3View commit details
Commits on Feb 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6fe3f2a - Browse repository at this point
Copy the full SHA 6fe3f2aView commit details
Commits on Feb 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9b50f62 - Browse repository at this point
Copy the full SHA 9b50f62View commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 915d979 - Browse repository at this point
Copy the full SHA 915d979View commit details
Commits on Mar 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 318ad9e - Browse repository at this point
Copy the full SHA 318ad9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46f6324 - Browse repository at this point
Copy the full SHA 46f6324View commit details
Commits on Mar 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 036362e - Browse repository at this point
Copy the full SHA 036362eView commit details
Commits on Mar 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1f79bce - Browse repository at this point
Copy the full SHA 1f79bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for de1bb24 - Browse repository at this point
Copy the full SHA de1bb24View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfe1e98 - Browse repository at this point
Copy the full SHA bfe1e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f20ae0 - Browse repository at this point
Copy the full SHA 4f20ae0View commit details
Commits on Mar 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c73fc06 - Browse repository at this point
Copy the full SHA c73fc06View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.