Skip to content

Commit

Permalink
Update google/cloud/aiplatform/_featurestores/featurestore.py
Browse files Browse the repository at this point in the history
Co-authored-by: sasha-gitg <44654632+sasha-gitg@users.noreply.github.com>
  • Loading branch information
morgandu and sasha-gitg committed Nov 29, 2021
1 parent 2dd2c2a commit e394d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/_featurestores/featurestore.py
Expand Up @@ -430,7 +430,7 @@ def search_features(
)

# Fetch credentials once and re-use for all `_empty_constructor()` calls
creds = initializer.global_config.credentials
creds = resource.credentials

search_features_request = {
"location": initializer.global_config.common_location_path(
Expand Down

0 comments on commit e394d74

Please sign in to comment.