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
Copy file name to clipboardExpand all lines: README.md
+40-37Lines changed: 40 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ Takes input JSON (usually from EventBridge although it can be passed to a manual
27
27
28
28
-`oai-set-spec`: optional, only used when limiting the OAI-PMH record harvest to a single set from the source repository.
29
29
-`verbose`: optional, if provided with value `"true"` (case-insensitive) will pass the `--verbose` option (debug level logging) to all pipeline task run commands.
30
+
-`run-id`: an ETL run id that gets included for CLI commands generated; minted if not provided
31
+
-`run-timestamp`: an ETL timestamp that gets included for CLI commands generated; minted if not provided
30
32
31
33
### Example Format Input Event
32
34
@@ -110,50 +112,51 @@ GitHub Actions is configured to update the Lambda function with every push to th
110
112
111
113
- Run the default handler for the container
112
114
113
-
```bash
114
-
docker run -e TIMDEX_ALMA_EXPORT_BUCKET_ID=alma-bucket-name \
Note: running this with next-step transform or load involves an actual S3 connection and is thus tricky to test locally. Better to push the image to Dev1 and test there.
0 commit comments