I am getting an error when trying to connect to my Dremio Sonar project to Preset using the following documentation Dremio and Dremio .
When using my PAT to connect as per the first documentation, I get the error ERROR: 'user'
When using $token and my PAT as the user and password, like when trying to connect a db client, I get the error ERROR: (builtins.NoneType) None [SQL: Flight returned unavailable error, with message: failed to connect to all addresses; last error: UNAVAILABLE: ipv4:34.149.92.66:443: Socket closed] (Background on this error at: https://sqlalche.me/e/14/dbapi)
I’ve url-encoded my PAT and tried that URI but it gives me an error ERROR: 'user'. For the schema, I tried using my project id and also tried not including it (since the documentation said it was optional). Was this correct?