Skip to content

Commit 5119c37

Browse files
committed
update README
1 parent 67a0a9a commit 5119c37

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,17 @@ The SDK automatically handles all dependency packaging for Data Cloud deployment
104104

105105
**No need to worry about platform compatibility** - the SDK handles this automatically through the Docker-based packaging process.
106106

107+
## files directory
108+
109+
```
110+
.
111+
├── payload
112+
│ ├── config.json
113+
│ ├── entrypoint.py
114+
├── files
115+
│ ├── data.csv
116+
```
117+
107118
## py-files directory
108119

109120
Your Python dependencies can be packaged as .py files, .zip archives (containing multiple .py files or a Python package structure), or .egg files.

0 commit comments

Comments
 (0)