Skip to content

Commit

Permalink
use local_inbox system definition for the etl pipeline until the file…
Browse files Browse the repository at this point in the history
…s.insert operation available for globus systems
  • Loading branch information
nathandf committed Nov 17, 2023
1 parent c0aab7b commit 280de3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/api/src/backend/views/ETLPipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,11 @@ def post(self, request, group_id, *_, **__):
"value": body.local_inbox.manifest_priority
},
"LOCAL_OUTBOX_SYSTEM_ID": {
"type": "string",
"type": "string",
# TODO remove below when insert operation available for Globus-type Tapis Systems
"value": body.local_outbox.system_id
# TODO uncomment below when insert operation available for Globus-type Tapis Systems
# "value": body.local_outbox.system_id
},
"LOCAL_OUTBOX_DATA_PATH": {
"type": "string",
Expand Down

0 comments on commit 280de3a

Please sign in to comment.