Skip to content

Commit

Permalink
Outline next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 12, 2024
1 parent 5645a57 commit 23afac3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pulsar/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,12 @@ def launch(
pulsar_app_config=None,
staging_manifest=None
) -> Optional[ExternalId]:
# 1. call staging script with staging manifest [handled by ARC]
# 2. call actual command_line
# 3. call script that does output collection (similar to __collect_outputs) and outputs staging manifest
# 4. stage outputs back using manifest [handled by ARC]
pass


class CoexecutionLaunchMixin(BaseRemoteConfiguredJobClient):
execution_type: ExecutionType
pulsar_container_image: str
Expand Down

0 comments on commit 23afac3

Please sign in to comment.