Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

FlyteAdmin will always add base_exec_id unless it is already added #616

Closed
wants to merge 2 commits into from

Commits on Sep 22, 2023

  1. FlyteAdmin will always add base_exec_id unless it is already added

    Reasons:
    1. Make it possible to retrieve all executions launched by the same base execution id (even recursively)
    2. users could group executions using their own base exec id
    3. flytectl get executions or remote list executions can use this label as a filter to retrieve high level progress of all subworkflows
    
    Signed-off-by: Ketan Umare <[email protected]>
    kumare3 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4ae657a View commit details
    Browse the repository at this point in the history
  2. lint fixed

    Signed-off-by: Ketan Umare <[email protected]>
    kumare3 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    44d1ba6 View commit details
    Browse the repository at this point in the history