Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] [UI] Execution Details should show System Metadata, to ease debugging #371

Closed
1 of 13 tasks
kumare3 opened this issue Jun 28, 2020 · 1 comment
Closed
1 of 13 tasks
Assignees
Labels
enhancement New feature or request ui Admin console user interface
Milestone

Comments

@kumare3
Copy link
Contributor

kumare3 commented Jun 28, 2020

Motivation: Why do you think this is important?
With multi-cluster support, Flyte schedules many workflows across multiple different clusters. When a user has a problem with a workflow (bug, or errors) the first step for the on-call is to find the cluster where the Workflow ended up. This needs access to the database and querying the execution table.
It would be preferable to show the System Execution metadata on the Details page. This is available in the FlyteAdmin API's already https://github.com/lyft/flyteidl/blob/master/protos/flyteidl/admin/execution.proto#L150

Goal: What should the final outcome look like, ideally?
The console should show the cluster information (an in the future other system metadata) on the Details page.

Describe alternatives you've considered
CLI, but this needs setup and re-write information in the CLI. Users usually share UI links.

Flyte component

  • Overall
  • Flyte Setup and Installation scripts
  • Flyte Documentation
  • Flyte communication (slack/email etc)
  • FlytePropeller
  • FlyteIDL (Flyte specification language)
  • Flytekit (Python SDK)
  • FlyteAdmin (Control Plane service)
  • FlytePlugins
  • DataCatalog
  • FlyteStdlib (common libraries)
  • FlyteConsole (UI)
  • Other

Additional context
NA

Is this a blocker for you to adopt Flyte
NA

@kumare3 kumare3 added enhancement New feature or request ui Admin console user interface untriaged This issues has not yet been looked at by the Maintainers labels Jun 28, 2020
@kumare3 kumare3 added this to the 0.6.0 milestone Jun 28, 2020
@schottra schottra removed the untriaged This issues has not yet been looked at by the Maintainers label Jul 1, 2020
@schottra
Copy link
Contributor

schottra commented Jul 1, 2020

This is implemented by flyteorg/flyteconsole#78

@schottra schottra closed this as completed Jul 1, 2020
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 6, 2022
Signed-off-by: Babis Kiosidis <[email protected]>

Co-authored-by: Babis Kiosidis <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 6, 2022
* Make default RawOutputDataConfig overridable

Signed-off-by: Kevin Su <[email protected]>

* Fixed tests

Signed-off-by: Kevin Su <[email protected]>

* update single task execution

Signed-off-by: Kevin Su <[email protected]>

* Updated tests

Signed-off-by: Kevin Su <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 9, 2023
Signed-off-by: Babis Kiosidis <[email protected]>

Co-authored-by: Babis Kiosidis <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 21, 2023
* Make default RawOutputDataConfig overridable

Signed-off-by: Kevin Su <[email protected]>

* Fixed tests

Signed-off-by: Kevin Su <[email protected]>

* update single task execution

Signed-off-by: Kevin Su <[email protected]>

* Updated tests

Signed-off-by: Kevin Su <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui Admin console user interface
Projects
None yet
Development

No branches or pull requests

2 participants