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

[BUG][UI] View Children on Task Execution leads to empty view #672

Closed
1 of 13 tasks
schottra opened this issue Jan 15, 2021 · 1 comment
Closed
1 of 13 tasks

[BUG][UI] View Children on Task Execution leads to empty view #672

schottra opened this issue Jan 15, 2021 · 1 comment
Assignees
Labels
bug Something isn't working ui Admin console user interface untriaged This issues has not yet been looked at by the Maintainers

Comments

@schottra
Copy link
Contributor

Describe the bug
Viewing the details for a Task Execution node and clicking on View Children will lead me to an empty view.

Expected behavior
Should show an Execution Details view scoped to the selected Task Execution

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

To Reproduce
Steps to reproduce the behavior:

  1. Open Execution Details view for any execution which uses a dynamic task execution.
  2. Click on the NodeExecution in the table for the dynamic task.
  3. In the Executions tab of the Details Panel, select the View Children link.
  4. Observe.

Additional context
I did some digging and this has to do with the way we initialize the query for TaskExecutionDetails. Specifically, useConditionalQuery has logic to set the enabled flag to false on the initialization of the query if we find existing query data and the passed shouldEnableFn returns false. A potential solution would be to leave the query enabled and set the stale time to Infinity if the condition function returns false.

@schottra schottra added bug Something isn't working ui Admin console user interface untriaged This issues has not yet been looked at by the Maintainers labels Jan 15, 2021
@schottra schottra self-assigned this Jan 15, 2021
@schottra
Copy link
Contributor Author

fixed by flyteorg/flyteconsole#142
available in flyteconsole v0.19.3

eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
* Added reuse able workflow (flyteorg#660)

Signed-off-by: Yuvraj <code@evalsocket.dev>
Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Add directive (flyteorg#663)

Signed-off-by: SmritiSatyanV <smriti@union.ai>
Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Added links from Flytelab (flyteorg#652)

* Added link from Flytelab

Added weather forecasting application link
Minor grammar fixes
Signed-off-by: SmritiSatyanV <smriti@union.ai>

* Created weather_forecast.rst

Created rst file to add github repo to weather-forecasting, and blog
Signed-off-by: SmritiSatyanV <smriti@union.ai>

* Fixed errors-1

Signed-off-by: SmritiSatyanV <smriti@union.ai>

* Updated weather_forecasting.rst

Signed-off-by: SmritiSatyanV <smriti@union.ai>

* Added flytelab and blog link

Added description, and right links.
Signed-off-by: SmritiSatyanV <smriti@union.ai>

* Changes to tutorials.rst

Placed the weather forecasting tab in a different position
Signed-off-by: SmritiSatyanV <smriti@union.ai>

* updated ml_training.rst

Added description for ml_training file
Signed-off-by: SmritiSatyanV <smriti@union.ai>

* Changes based on review

Signed-off-by: SmritiSatyanV <smriti@union.ai>

* Changed weather forecasting drop down to flytelab

Signed-off-by: SmritiSatyanV <smriti@union.ai>

* Changes based on comments

Signed-off-by: SmritiSatyanV <smriti@union.ai>
Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Add AWS Batch example (flyteorg#636)

* Added aws batch example

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Updated dependency

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Update dockerfile

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Fixed tests

Signed-off-by: Kevin Su <pingsutw@apache.org>

* rerun tests

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Fixed tests

Signed-off-by: Kevin Su <pingsutw@apache.org>

* rerun tests

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Fixed tests

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Fixed tests

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Fixed tests

Signed-off-by: Kevin Su <pingsutw@apache.org>

* address comment

Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Moving register files example to use flytectl

Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Update fast serialization

Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Apply suggestions from code review

Co-authored-by: Samhita Alla <aallasamhita@gmail.com>
Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Apply suggestions from code review

Co-authored-by: Samhita Alla <aallasamhita@gmail.com>
Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Updated index.rst (flyteorg#670)

rephrased a sentence
Signed-off-by: SmritiSatyanV <smriti@union.ai>
Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Minor updates (flyteorg#669)

* Minor updates
Grammar, and rendering fix
Updates based on comments
Update contribute.rst
Signed-off-by: SmritiSatyanV <smriti@union.ai>

* Moving panel-and-toc image to static-resources repo and updating the url (flyteorg#671)

Co-authored-by: Alekhya Sai <alekhyasaip@gmail.com>
Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Update backend_plugins.py (flyteorg#653)

Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Update fast_registration.py

Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Update flyte_python_types.py iteration 1

Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Remove flyte-cli references

Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Remove fast_registration.py in favor of deploying_workflows.py

Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Rewording a few sentences

Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Add new line

Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Remove references from lp_schedules.py

Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Update instructions

Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Update settings commnent

Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Worked on review suggestions

Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

* Add alternative option

Signed-off-by: Alekhya Sai Punnamaraju <alekhyasaip@gmail.com>

Co-authored-by: Yuvraj <code@evalsocket.dev>
Co-authored-by: SmritiSatyanV <94349093+SmritiSatyanV@users.noreply.github.com>
Co-authored-by: Kevin Su <pingsutw@apache.org>
Co-authored-by: Samhita Alla <aallasamhita@gmail.com>
Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui Admin console user interface untriaged This issues has not yet been looked at by the Maintainers
Projects
None yet
Development

No branches or pull requests

1 participant