Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

AIP-8570 remove KFP use of requests_toolbelt #301

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion kfp/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
from kfp.compiler import compiler
from kfp.compiler._k8s_helper import sanitize_k8s_name

from kfp._auth import get_auth_token, get_gcp_access_token
# AIP-8570(talebz): WFSDK: broken with requests_toolbelt>1.0
# from kfp._auth import get_auth_token, get_gcp_access_token
from kfp_server_api import ApiException

# Operators on scalar values. Only applies to one of |int_value|,
Expand Down
Loading