Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions docs/sql-data-sources-jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,12 +389,17 @@ Before using <code>keytab</code> and <code>principal</code> configuration option
* The included JDBC driver version supports kerberos authentication with keytab.
* There is a built-in connection provider which supports the used database.

There is a built-in connection providers for the following databases:
There are built-in connection providers for the following databases:
* Databricks
* DB2
* MariaDB
* MS Sql
* Derby
* H2
* MariaDB and MySQL
* Microsoft SQL Server
* Oracle
* PostgreSQL
* Snowflake
* Teradata

If the requirements are not met, please consider using the <code>JdbcConnectionProvider</code> developer API to handle custom authentication.

Expand Down