From 93f8945ce70b71a8e094d3ee7d62b3cecc51781f Mon Sep 17 00:00:00 2001 From: Prathamesh Pandit Date: Thu, 4 Dec 2025 19:15:20 -0500 Subject: [PATCH 1/2] Fix config template used for init for script --- src/datacustomcode/templates/payload/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/datacustomcode/templates/payload/config.json b/src/datacustomcode/templates/payload/config.json index 9e26dfe..5fe4cd7 100644 --- a/src/datacustomcode/templates/payload/config.json +++ b/src/datacustomcode/templates/payload/config.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "dataspace": "default" +} \ No newline at end of file From 1eda367c7c06114dc65dc1432825e516946045a8 Mon Sep 17 00:00:00 2001 From: Prathamesh Pandit Date: Fri, 5 Dec 2025 09:45:43 -0500 Subject: [PATCH 2/2] readme zip fix --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7606821..c865c44 100644 --- a/README.md +++ b/README.md @@ -216,8 +216,10 @@ Options: #### `datacustomcode zip` Zip a transformation job in preparation to upload to Data Cloud. Make sure to change directory into your code package folder (e.g., `my_package`) before running this command. +Arguments: +- `PATH`: Path to the code directory i.e. the payload folder (default: "payload") + Options: -- `--path TEXT`: Path to the code directory i.e. the payload folder (default: ".") - `--network TEXT`: docker network (default: "default")