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

Cache eviction for single execution in datacatalog and flyteadmin #318

Merged
merged 6 commits into from
Nov 2, 2022

Commits on Nov 2, 2022

  1. Added datacatalog endpoint for updating artifacts

    Existing artifacts can have their associated ArtifactData overwritten
    
    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    d5b9e9a View commit details
    Browse the repository at this point in the history
  2. datacatalog.UpdateArtifact returns ArtifactID

    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    6d43357 View commit details
    Browse the repository at this point in the history
  3. Added skip_cache override to ExecutionSpec, LaunchPlanSpec and Workfl…

    …owExecutionConfig
    
    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    8d5ff88 View commit details
    Browse the repository at this point in the history
  4. Added CatalogCacheStatus for skipped cache lookups

    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    110bbc7 View commit details
    Browse the repository at this point in the history
  5. Added skip_cache flag to ExecutionRelaunchRequest

    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a69a4fa View commit details
    Browse the repository at this point in the history
  6. Renamed skip_cache flag to overwrite_cache

    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    52483c7 View commit details
    Browse the repository at this point in the history