Skip to content

Commit 09b7ef6

Browse files
Update readme
1 parent 8313407 commit 09b7ef6

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
@@ -69,6 +69,36 @@ Alternatively, packages can also be downloaded using Package Manager Console:
6969
PM> Install-Package Snowflake.Data
7070
```
7171

72+
# Cloud provider distributions
73+
74+
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
75+
76+
*Install our library core package*
77+
78+
```{r, engine='bash', code_block_name}
79+
PM> Install-Package Snowflake.Data.Core
80+
```
81+
82+
*After that install the specific package for the provider dependencies.*
83+
84+
```{r, engine='bash', code_block_name}
85+
PM> Install-Package Snowflake.Data.{CLOUD_PROVIDER}
86+
```
87+
88+
*e.g. AWS provider package*
89+
90+
```{r, engine='bash', code_block_name}
91+
PM> Install-Package Snowflake.Data.AWS
92+
```
93+
94+
__Packages by cloud provider__
95+
96+
| Cloud Provider | Package ID |
97+
| -------------- | ---------------------- |
98+
| AWS | Snowflake.Data.AWS |
99+
| Azure | Snowflake.Data.Azure |
100+
| Google Cloud | Snowflake.Data.GCP |
101+
72102
# Testing the Connector
73103

74104
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)