This is an automated email from the ASF dual-hosted git repository.

roman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 221b5c3fd575fe6011527ce000a72529ab5de929
Author: Roman Khachatryan <[email protected]>
AuthorDate: Thu Aug 19 21:07:26 2021 +0100

    [hotfix][docs] Remove list of supported JDBC drivers
    
    JDBC DataStream sink only relies on JDBC standard
    (as opposed to Table API which lists dialects
    explicitly).
---
 docs/content/docs/connectors/datastream/jdbc.md | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/docs/content/docs/connectors/datastream/jdbc.md 
b/docs/content/docs/connectors/datastream/jdbc.md
index 8a21340..171cdc6 100644
--- a/docs/content/docs/connectors/datastream/jdbc.md
+++ b/docs/content/docs/connectors/datastream/jdbc.md
@@ -32,15 +32,8 @@ To use it, add the following dependency to your project 
(along with your JDBC dr
 
 {{< artifact flink-connector-jdbc withScalaVersion >}}
 
-A driver dependency is also required to connect to a specified database. Here 
are drivers currently supported:
-
-| Driver      |      Group Id      |      Artifact Id       |      JAR         
|
-| :-----------| :------------------| :----------------------| 
:----------------|
-| MySQL       |       `mysql`      | `mysql-connector-java` | 
[Download](https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/) |
-| PostgreSQL  |  `org.postgresql`  |      `postgresql`      | 
[Download](https://jdbc.postgresql.org/download.html) |
-| Derby       | `org.apache.derby` |        `derby`         | 
[Download](http://db.apache.org/derby/derby_downloads.html) |
-
 Note that the streaming connectors are currently __NOT__ part of the binary 
distribution. See how to link with them for cluster execution [here]({{< ref 
"docs/dev/datastream/project-configuration" >}}).
+A driver dependency is also required to connect to a specified database. 
Please consult your database documentation on how to add the corresponding 
driver.
 
 ## `JdbcSink.sink`
 

Reply via email to