Hello :wave: What's the meaning of `{'errorCode': ...
# troubleshooting
j
Hello 👋 What's the meaning of
{'errorCode': 410, 'message': 'BrokerResourceMissingError'}
? Got it from
pinot-db
Python client The query runs fine from the UI though
m
This means that broker for table was not found. One common cause I have seen in the past is incorrect table name in the query.
j
Thanks @Mayank, I'll check that !
m
j
Perfect
x
Just curious, which python client are you using?
j
Official pinot-db
Is there any other recommended Python client ?
x
no I think that’s good
j
👌