Hi, does current Pinot python client support basic...
# general
c
Hi, does current Pinot python client support basic auth for querying Pinot? Is there an example showing how to pass the auth header with python client? Thanks.
k
@User
a
Hi Carl, afaik the python client doesn’t currently support auth. An easy fallback here is hitting the REST apis of controller/broker directly passing a standard HTTP
Authorization
header
c
Thanks I will give it a try.