forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose hook to inject database connection logic on the fly (apache#4505)
* Expose hook to inject database connection logic on the fly This environment configuration setting hook allows administrators to alter the database connection parameters on the fly based on user information. This can be use for a variety of purposes: * rewire a subset of users to use different database user accounts * pass user related information to the database for logging or QoS purposes * ... * Fixes
- Loading branch information
1 parent
ae4b2f6
commit 584f1ec
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters