sky-uk/kfp-operator

Populate RunConfiguration Artifacts from RunCompletionEvent

Closed this issue · 0 comments

Set Artifacts in RunConfiguration State as follows:

kind: RunConfiguration
spec:
  run:
    ...
  triggers:
    ...
  artifacts:
  - name: an-artifact
     ...
status:
  latestRuns:
    succeeded:
      ...
      artifacts:
      - name: an-artifact
        location: gs://some/where

Depends on #246 and #249