Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 929 Bytes

File metadata and controls

17 lines (12 loc) · 929 Bytes

JdbcConnectionConfiguration

The configuration needed to connect to an external system using the JDBC protocol.

Properties

Name Type Required Description
url str Yes The URL that the JDBC driver uses to connect to a database.
driver_class str Yes The fully-qualified driver class name that is used to connect to the database.
uploaded_jdbc_drivers List[JdbcDriverArtifactName] Yes The list of uploaded JDBC driver names. To upload drivers to a JDBC connection, use the uploadCustomJdbcDrivers endpoint
jdbc_properties JdbcProperties Yes
credentials Optional[BasicCredentials] No
type Literal["jdbc"] Yes None

[Back to Model list] [Back to API list] [Back to README]