sqlalchemy_dremio
sqlalchemy_dremio copied to clipboard
Add support for legacy auth
Some Dremio instances may still be using the legacy method of sending username and password at the auth stage. This PR provides support for this by adding useLegacyAuth=true
to the query options.