Skip to content

Commit e550ab6

Browse files
Update readme
1 parent 33429bd commit e550ab6

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
@@ -75,6 +75,36 @@ Alternatively, packages can also be downloaded using Package Manager Console:
7575
PM> Install-Package Snowflake.Data
7676
```
7777

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

80110
[Running tests](doc/Testing.md)

0 commit comments

Comments
 (0)