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
Add readme docs for references to data connection dirs (#708)
* Add readme docs for references to data connection dirs
* Change title
Co-authored-by: thomas chaton <[email protected]>
* Add download example
---------
Co-authored-by: Peyton Gardipee <[email protected]>
Co-authored-by: thomas chaton <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1619,6 +1619,55 @@ if __name__ == "__main__":
1619
1619
1620
1620
</details>
1621
1621
1622
+
<details>
1623
+
<summary> ✅ Lightning AI Data Connections - Direct download and upload </summary>
1624
+
1625
+
1626
+
1627
+
[Lightning Studios](https://lightning.ai/) have special directories for data connections that are available to an entire teamspace. LitData functions that reference those directories will experience a significant performance increase as uploads and downloads will happen directly from the bucket that backs the folder.
1628
+
1629
+
For example, output artifacts from this code will be directly uploaded to the `my-data-1` s3 bucket.
0 commit comments