下载 Snowflake 客户端、连接器、驱动程序和库¶
To download the installation package for a Snowflake client, connector, driver, or library, use the download pages in the Snowflake Developer Center.
If you want to write a script to download clients over HTTP (e.g. using curl (https://curl.se/)), you can download SnowSQL, the ODBC Driver, the Snowpark Library, and SnowCD directly from the Snowflake Client Repository.
See Drivers and Using Snowflake with Kafka and Spark for documentation for the drivers and connectors, respectively. For other developer documentation, see Develop Apps and Extensions.
Snowflake Developer Center 下载页面¶
To download a Snowflake client, use the following download pages in the Snowflake Developer Center (https://developers.snowflake.com/):
| Client / Connector / Driver / Library | Download Page |
|---|---|
| Snowflake CLI | Snowflake CLI Download |
| ODBC Driver | ODBC Download (https://developers.snowflake.com/odbc/) |
| Snowpark API | Snowpark Client Download (https://developers.snowflake.com/snowpark/) |
| Drivers | Drivers and Libraries (https://developers.snowflake.com/drivers-and-libraries/) |
| Scala and Java connectors | Drivers and Libraries (https://developers.snowflake.com/drivers-and-libraries/) |
| SnowCD | Drivers and Libraries (https://developers.snowflake.com/drivers-and-libraries/) |
| Snowpark ML | Drivers and Libraries (https://developers.snowflake.com/drivers-and-libraries/) |
Snowflake Client Repository¶
To download SnowSQL, the ODBC Driver, the Snowpark Library, or SnowCD over HTTP programmatically (e.g. using curl (https://curl.se/)), use the Snowflake Client Repository. The Snowflake Client Repository serves the packages for these clients through CDN (Content Delivery Network) using the following endpoints:
- https://sfc-repo.azure.snowflakecomputing.cn/index.html (mirror on Azure Blob)
如果未显式指定端点,则客户端升级程序(例如,SnowSQL 自动升级程序)将使用 AWS 端点。有关指定端点的说明,请参阅客户端的安装文档。
Note
用户可以从任一端点下载 Snowflake 客户端,而不管其 Snowflake 账户由哪个云提供商托管。