Commit d0ea255
committed
feat: Update OTS object upload process
The changes made in this commit simplify the process of uploading OTS objects
to the CCDB. The main changes are:
- The default value for the `chunkedProcessing` parameter is set to `true`,
making it the default behavior.
- The base CCDB path is updated to use the `EventFiltering/Zorro/` directory
instead of the hardcoded `Users/m/mpuccio/EventFiltering/OTS/` path.
- The `uploadOTSobjects` function that takes a `periodName` parameter has been
updated to always use `chunkedProcessing = true`, simplifying the function
call.
These changes make the OTS object upload process more consistent and easier to
use, while also ensuring that the CCDB path is more generic and not tied to a
specific user's directory.1 parent af49432 commit d0ea255
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
| |||
141 | 138 | | |
142 | 139 | | |
143 | 140 | | |
144 | | - | |
| 141 | + | |
145 | 142 | | |
146 | 143 | | |
147 | 144 | | |
148 | | - | |
| 145 | + | |
149 | 146 | | |
0 commit comments