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
* feat: azure backend
* fix(azure): use adl (gen2 system) in constructor, clean up
* fix(azure): wait abfs is gen2, change back
* docs: add board_azure to docs
Copy file name to clipboardExpand all lines: docs/intro.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ kernelspec:
21
21
```
22
22
23
23
The pins package publishes data, models, and other Python objects, making it easy to share
24
-
You can pin objects to a variety of pin *boards*, including folders (to share on a networked drive or with services like DropBox), RStudio Connect, Amazon S3, and Google Cloud Storage.
24
+
You can pin objects to a variety of pin *boards*, including folders (to share on a networked drive or with services like DropBox), RStudio Connect, Amazon S3, Google Cloud Storage, and Azure Datalake.
25
25
Pins can be automatically versioned, making it straightforward to track changes, re-run analyses on historical data, and undo mistakes.
You can easily control who gets to access the data using the RStudio Connect permissions pane.
98
98
99
-
The pins package also includes boards that allow you to share data on services like Amazon's S3 (`board_s3()`) and Google Cloud Storage (`board_gcs()`).
99
+
The pins package also includes boards that allow you to share data on services like
100
+
Amazon's S3 (`board_s3()`), Google Cloud Storage (`board_gcs()`), and Azure Datalake (`board_azure()`).
100
101
Learn more in [getting started](getting_started.Rmd).
0 commit comments