We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a0a9a commit 5119c37Copy full SHA for 5119c37
1 file changed
README.md
@@ -104,6 +104,17 @@ The SDK automatically handles all dependency packaging for Data Cloud deployment
104
105
**No need to worry about platform compatibility** - the SDK handles this automatically through the Docker-based packaging process.
106
107
+## files directory
108
+
109
+```
110
+.
111
+├── payload
112
+│ ├── config.json
113
+│ ├── entrypoint.py
114
+├── files
115
+│ ├── data.csv
116
117
118
## py-files directory
119
120
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