We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f10b1 commit b90c4ecCopy full SHA for b90c4ec
1 file changed
src/processing/fetch.py
@@ -316,6 +316,7 @@ def _submit_file(filename: Path, row: dict) -> str:
316
dp_body = {
317
**row,
318
"sourceFileIds": [],
319
+ "version": "",
320
"newBucket": True,
321
}
322
if row.get("instrument") is not None:
0 commit comments