Skip to content

Commit 0a0b47e

Browse files
pan3793LuciferYang
authored andcommitted
[SPARK-54837][DOCS] Document all built-in JDBC datasource providers
### What changes were proposed in this pull request? Update the docs of the JDBC datasource to mention all built-in providers. ### Why are the changes needed? Keep the docs up to date. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #53598 from pan3793/SPARK-54837. Authored-by: Cheng Pan <[email protected]> Signed-off-by: yangjie01 <[email protected]> (cherry picked from commit 578ee01) Signed-off-by: yangjie01 <[email protected]>
1 parent 482b03c commit 0a0b47e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/sql-data-sources-jdbc.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,17 @@ Before using <code>keytab</code> and <code>principal</code> configuration option
389389
* The included JDBC driver version supports kerberos authentication with keytab.
390390
* There is a built-in connection provider which supports the used database.
391391

392-
There is a built-in connection providers for the following databases:
392+
There are built-in connection providers for the following databases:
393+
* Databricks
393394
* DB2
394-
* MariaDB
395-
* MS Sql
395+
* Derby
396+
* H2
397+
* MariaDB and MySQL
398+
* Microsoft SQL Server
396399
* Oracle
397400
* PostgreSQL
401+
* Snowflake
402+
* Teradata
398403

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

0 commit comments

Comments
 (0)