Mihail Gershkovich
Mihail Gershkovich
I tried it, and it works really good! My Postgres has postgis, tsql fdw, and some more extensions..... What I did: I have installed OpenSUSE Leap, changed distro to tumbleweed...
As far as I remember, using a PostgreSQL database as a source, Impersonification was working couple of months (>1 year) ago:  Right now the connection uses the password provided...
https://github.com/apache/superset/blob/master/superset/db_engine_specs/base.py, lines 1050-1061 ``` @classmethod def modify_url_for_impersonation( cls, url: URL, impersonate_user: bool, username: Optional[str] ) -> None: """ Modify the SQL Alchemy URL object with the user to impersonate if...
@junlincc my proposal is not sufficient. I'd need to review more code to find out how to fix it. If someone should have some hint's where to start, I'd spend...
@mayurnewase is the password hashed on client side or server side? Sad but true: I don't remember anymore how I managed it to get the impersonisation work, but probably there...
I moved over to simple-salesforce and use it to migrate data into a PostgreSQL database: https://github.com/Karlodun/simlpe-salesforce-postgres I'll put my code there in a couple of days