-
Notifications
You must be signed in to change notification settings - Fork 198
Database Connectors Configuration
Ephrim Stanley edited this page Apr 1, 2022
·
1 revision
This document describes various aspects of database connectors.
The "authentication flow provider" abstraction attempts to abstract the complexity of obtaining a database credential from the act of using the credential to acquire a connection.
As a concrete example, for a database that supports OAuth, depending on the identity of the caller, Legend might have to execute different business logic to obtain the OAuth token. This "business logic" is implemented via the flow provider.
See https://github.com/finos/legend/wiki/Plan-Executor-Configuration for how the plan executor can be configured with a flow provider.
- For Legend Users
- For Legend Maintainers