Dynamically provide database connection strings #32182
Replies: 2 comments 9 replies
-
Hey there, @VinayakGupta5! 👋 I'm here to help you with any bugs, questions, or contributions while you wait for a human maintainer. Currently, Apache Superset does not support dynamically providing database connection strings directly through the API when requesting a dashboard via a guest token. Superset typically requires database connections to be predefined and stored within its configuration. However, you can programmatically update or modify database connection settings using the For your use case, you might need to implement a custom solution that updates the connection settings in Superset based on the client's login and then accesses the dashboard. This would involve some orchestration outside of Superset to manage these updates efficiently. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
is there a way to change connection strings of a query before they are executed on a dashboard request? |
Beta Was this translation helpful? Give feedback.
-
I have 1000s of databases which share a common schema, When client logs in, I provide API with connection strings to target the connection. In apache superset, how do I provide connection string when I request dashboard via guest_token and provide it with target SQL database to connect with without saving database connection strings in Apache Superset.
Beta Was this translation helpful? Give feedback.
All reactions