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

Record who created & terminated executions #39

Merged
merged 8 commits into from
Dec 12, 2019
Merged

Conversation

katrogan
Copy link
Contributor

No description provided.

@katrogan
Copy link
Contributor Author

ping @EngHabu @wild-endeavor

EngHabu
EngHabu previously approved these changes Dec 11, 2019
@@ -42,6 +44,8 @@ import (
const parentContainerQueueKey = "parent_queue"
const childContainerQueueKey = "child_queue"
const noSourceExecutionID = 0
const emailContextKey contextutils.Key = "email" // TODO: import from flytestdlib after auth refactor.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
const emailContextKey contextutils.Key = "email" // TODO: import from flytestdlib after auth refactor.
const principalContextKey contextutils.Key = "principal" // TODO: import from flytestdlib after auth refactor.

pkg/manager/impl/execution_manager.go Outdated Show resolved Hide resolved
Gopkg.toml Outdated
@@ -60,7 +60,7 @@
[[override]]
name = "github.com/lyft/flyteidl"
source = "https://github.com/lyft/flyteidl"
version = "^0.16.x"
revision = "1b860c23da3768b52ee161aa9448e7206d2dcab4"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reminder to use a version

Co-Authored-By: Haytham AbuelFutuh <habuelfutuh@lyft.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants