Skip to content

Commit 9b227c5

Browse files
committed
remove unecessary file
update README
1 parent 72a9deb commit 9b227c5

File tree

2 files changed

+12
-179
lines changed

2 files changed

+12
-179
lines changed

README.md

Lines changed: 12 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.
@@ -198,6 +209,7 @@ Argument:
198209
Options:
199210
- `--config-file TEXT`: Path to configuration file
200211
- `--dependencies TEXT`: Additional dependencies (can be specified multiple times)
212+
- `--profile TEXT`: Credential profile name (default: "default")
201213

202214

203215
#### `datacustomcode zip`

docs/file_reader_refactoring.md

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)