Skip to content

Commit

Permalink
add destination path to remote inbox
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Nov 13, 2023
1 parent 5ba782c commit d96f637
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/src/backend/views/http/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ class GlobusRemoteInbox(BaseModel):
globus_client_id: str
globus_destination_path: str

class TapisGlobusSystemRemoteInbox(BaseModel):
system_id: str
globus_destination_path: str

class S3Auth(BaseModel):
access_key: str
access_secret: str
Expand All @@ -58,6 +62,7 @@ class TapisETLPipeline(Pipeline):
jobs: List[Dict]
local_outbox: GlobusLocalOutbox
remote_inbox: Union[
TapisGlobusSystemRemoteInbox,
GlobusRemoteInbox,
S3RemoteInbox
]
Expand Down

0 comments on commit d96f637

Please sign in to comment.