You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,36 @@ Alternatively, packages can also be downloaded using Package Manager Console:
68
68
PM> Install-Package Snowflake.Data
69
69
```
70
70
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.*
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