@Lab Nems
We encounted the same problem in the mode swarm or docker-compose, finally our network admin found the issue at exposing the port only 9000:9000, instead of this, he changed from expose 9000:9000 to "network_mode" : "host" in docker-compose.yml, and now tableau works with Pinot, mais we have another problem, when Pinot-0.11.0 add basic authentication, le connection failed.