Skip to content

Commit

Permalink
update etl pipeline view to provide env vars for tapis globus system …
Browse files Browse the repository at this point in the history
…transfer instead of direct globus transfer
  • Loading branch information
nathandf committed Nov 13, 2023
1 parent d96f637 commit a5c81b2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/api/src/backend/views/ETLPipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,21 +166,13 @@ def post(self, request, group_id, *_, **__):
"type": "string",
"value": body.local_outbox.manifest_priority
},
"GLOBUS_SOURCE_ENDPOINT_ID": {
"type": "string",
"value": body.local_outbox.globus_endpoint_id
},
"GLOBUS_DESTINATION_ENDPOINT_ID": {
"type": "string",
"value": body.remote_inbox.globus_endpoint_id
},
"GLOBUS_DESTINATION_PATH": {
"type": "string",
"value": body.remote_inbox.globus_destination_path
},
"GLOBUS_CLIENT_ID": {
"REMOTE_INBOX_SYSTEM_ID": {
"type": "string",
"value": body.remote_inbox.globus_client_id
"value": body.remote_inbox.system_id
}
},
params=pipeline_template.get("params", {})
Expand Down

0 comments on commit a5c81b2

Please sign in to comment.