issues
search
Clarifai
/
clarifai-python-grpc
Clarifai gRPC Python API client
https://docs.clarifai.com
Other
56
stars
20
forks
source link
[EAGLE-1645] Register all bindings
#71
Closed
HarmitMinhas96
closed
2 years ago
HarmitMinhas96
commented
2 years ago
Currently we are only registering the additional bindings or the original binding, but not both. I discovered this with this line:
https://github.com/Clarifai/clarifai-python-grpc/blob/6e68e0b1d09e0ae5c76e28f7fa838f28ec39c20e/long_tests/test_deep_training.py#L114
We weren't registering the original DeleteModels bindings, so when using a PAT in the request, it was failing, because we weren't sending the app_id or user_id since the additional binding doesn't require it.