Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 630 Bytes

File metadata and controls

15 lines (10 loc) · 630 Bytes

JdbcProperties

A map of properties passed to the JDBC driver to configure behavior. Refer to the documentation of your specific connection type for additional available JDBC properties to add to your connection configuration. This should only contain unencrypted properties, all values specified here are sent unencrypted to Foundry.

Type

Dict[str, str]

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