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

Commit

Permalink
Cache eviction for single execution in datacatalog and flyteadmin (#318)
Browse files Browse the repository at this point in the history
* Added datacatalog endpoint for updating artifacts
Existing artifacts can have their associated ArtifactData overwritten

Signed-off-by: Nick Müller <[email protected]>

* datacatalog.UpdateArtifact returns ArtifactID

Signed-off-by: Nick Müller <[email protected]>

* Added skip_cache override to ExecutionSpec, LaunchPlanSpec and WorkflowExecutionConfig

Signed-off-by: Nick Müller <[email protected]>

* Added CatalogCacheStatus for skipped cache lookups

Signed-off-by: Nick Müller <[email protected]>

* Added skip_cache flag to ExecutionRelaunchRequest

Signed-off-by: Nick Müller <[email protected]>

* Renamed skip_cache flag to overwrite_cache

Signed-off-by: Nick Müller <[email protected]>

Signed-off-by: Nick Müller <[email protected]>
  • Loading branch information
Nick Müller authored Nov 2, 2022
1 parent cdbd93e commit 446b575
Show file tree
Hide file tree
Showing 57 changed files with 7,035 additions and 1,373 deletions.
1 change: 1 addition & 0 deletions clients/go/admin/authtype_enumer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions clients/go/datacatalog/mocks/DataCatalogClient.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

328 changes: 210 additions & 118 deletions gen/pb-cpp/flyteidl/admin/execution.pb.cc

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions gen/pb-cpp/flyteidl/admin/execution.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

115 changes: 80 additions & 35 deletions gen/pb-cpp/flyteidl/admin/launch_plan.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 446b575

Please sign in to comment.