Hi team, when connecting pinot using python pinotd...
# troubleshooting
t
Hi team, when connecting pinot using python pinotdb driver, how should I route to different tenant broker? I have configured different table using different tenant, should I use different connection string for different tenant?
Copy code
conn = connect(host="localhost", port=8000, path="/query/sql", scheme="http")
You can set tenant broker as
host
You can also try
sqlalchemy.engine
, example is in the same python file
t
So I should set different connection for different tenant?
x
yes
t
Got it, thanks
x
basically per tenant a connection