apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
62.8k stars 13.87k forks source link

docs: Corrected Dremio connection string #30315

Closed doernemt closed 1 month ago

doernemt commented 1 month ago

SUMMARY

Corrected the Dremio sample connection string. Arrow Flight uses Port 32010 by default, not 31010. Port 31010 is used for legacy ODBC only.

villebro commented 1 month ago

Found the official docs which support this change: https://docs.dremio.com/24.3.x/sonar/developing-client-apps/arrow-flight/#:~:text=You%20can%20use%20an%20Arrow,by%20default%20on%20port%2032010%20. @doernemt it's a good idea to add details like this in the description to make PR review quicker.

doernemt commented 1 month ago

Thanks for your suggestions, @villebro and @michael-s-molina. I've accepted the changes and will do better in the future ;)