Auto-login user to data source #3320
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @slice-viditp, this looks like a very specific use-case and as of now we don't support anything like this from config/backend or UI side. Maybe there are some UI tricks available to auto-fill the username for this data source everytime this pop-up comes up (by scraping the tags or using some extensions). These are some of the ideas on top of my mind. Hope this answer helps! |
Beta Was this translation helpful? Give feedback.
-
@Harshg999 Got it , Thanks for the reply. |
Beta Was this translation helpful? Give feedback.
Hey @slice-viditp, this looks like a very specific use-case and as of now we don't support anything like this from config/backend or UI side.
Maybe there are some UI tricks available to auto-fill the username for this data source everytime this pop-up comes up (by scraping the tags or using some extensions).
Or maybe you can try playing around the
sql_alchemy.py
+ UI part to extract and send this username (not via any config but fromUser
object) for Trino and plug it in the data source field for your use-case.These are some of the ideas on top of my mind. Hope this answer helps!