berlicon commented on issue #36019:
URL: https://github.com/apache/superset/issues/36019#issuecomment-3497424455
@dosu Thank you! It resolved my problem. I have done:
1. Superset db migration with sql:
def upgrade():
connection = op.get_bind()
connection.execute("UPDATE dbs SET impersonate_user = true;")
2. updated code on create_connection_schema: added one param:
"impersonate_user": True
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]