Skip to content

Commit e982a9c

Browse files
Update readme
1 parent e08d717 commit e982a9c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,36 @@ Alternatively, packages can also be downloaded using Package Manager Console:
6868
PM> Install-Package Snowflake.Data
6969
```
7070

71+
# Cloud provider distributions
72+
73+
The Snowflake.Data package includes the full dependencies related to all the supported cloud providers, if you are only interested installing the package and the related dependencies for a specific cloud provider you have to execute the following commands
74+
75+
*Install our library core package*
76+
77+
```{r, engine='bash', code_block_name}
78+
PM> Install-Package Snowflake.Data.Core
79+
```
80+
81+
*After that install the specific package for the provider dependencies.*
82+
83+
```{r, engine='bash', code_block_name}
84+
PM> Install-Package Snowflake.Data.{CLOUD_PROVIDER}
85+
```
86+
87+
*e.g. AWS provider package*
88+
89+
```{r, engine='bash', code_block_name}
90+
PM> Install-Package Snowflake.Data.AWS
91+
```
92+
93+
__Packages by cloud provider__
94+
95+
| Cloud Provider | Package ID |
96+
| -------------- | ---------------------- |
97+
| AWS | Snowflake.Data.AWS |
98+
| Azure | Snowflake.Data.Azure |
99+
| Google Cloud | Snowflake.Data.GCP |
100+
71101
# Testing the Connector
72102

73103
Before running tests, create a parameters.json file under Snowflake.Data.Tests\ directory. In this file, specify username, password and account info that tests will run against. Here is a sample parameters.json file

0 commit comments

Comments
 (0)