ranger
ranger copied to clipboard
Support user@host db logins for Azure PostgreSQL
Azure Database for PostgreSQL servers require users to login with user@server, but internally the user does not have '@server' suffix. Therefore we need to skip this suffix for all SQL operations.
This allows to specify database users for Ranger in form user@server.