joyCurry30 commented on code in PR #8845: URL: https://github.com/apache/seatunnel/pull/8845#discussion_r1971122240
########## docs/zh/connector-v2/sink/Snowflake.md: ########## @@ -0,0 +1,141 @@ +# Snowflake + +> JDBC Snowflake 接收器连接器 + +## 支持的引擎 + +> Spark<br/> +> Flink<br/> +> SeaTunnel Zeta<br/> + +## 主要特性 + +- [ ] [精确一次](../../concept/connector-v2-features.md) +- [x] [(CDC)](../../concept/connector-v2-features.md) + +## 描述 + +通过JDBC写入数据。支持批处理模式和流处理模式,支持并发写入。 + +## 支持的数据源列表 + +| 数据源 | 支持的版本 | 驱动类 | URL | Maven | +|------------|--------------------------------------------------------------|---------------------------------------------|--------------------------------------------------------------|---------------------------------------------------------------------------| +| Snowflake | 不同依赖版本对应不同的驱动类。 | net.snowflake.client.jdbc.SnowflakeDriver | jdbc:snowflake://<account_name>.snowflakecomputing.com | [下载](https://mvnrepository.com/artifact/net.snowflake/snowflake-jdbc) | Review Comment: Bad value of "URL". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org