You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When failing to fetch task details for a NodeExecution in the table, we show a large NotFound error for all components which consume the value via WaitForQuery.
Expected behavior
Some type of fallback text.
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
Screenshots
The text was updated successfully, but these errors were encountered:
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
* added cache_serialize parameter for basic tasks
Signed-off-by: Daniel Rammer <[email protected]>
* fixed typo
Signed-off-by: Daniel Rammer <[email protected]>
* updated flyteidl version
Signed-off-by: Daniel Rammer <[email protected]>
* changed flyteidl requirements everywhere
Signed-off-by: Daniel Rammer <[email protected]>
* remove flyteidl version requires in setup.py so we can use develop
Signed-off-by: Daniel Rammer <[email protected]>
* removed flyteidl git repos from a variety of requirements packages
Signed-off-by: Daniel Rammer <[email protected]>
* updated variable discovery_serializable to cache_serializable
Signed-off-by: Daniel Rammer <[email protected]>
* updated requirements
Signed-off-by: Daniel Rammer <[email protected]>
* fixed TaskMetadata _cache_serializable variable name
Signed-off-by: Daniel Rammer <[email protected]>
* propgating cache_serialize parameter through to tasks
Signed-off-by: Daniel Rammer <[email protected]>
* added cache_serializable to SdkRawContainerTask
Signed-off-by: Daniel Rammer <[email protected]>
* fixing cache_serializable variable propogation issues
Signed-off-by: Daniel Rammer <[email protected]>
* added documentation
Signed-off-by: Daniel Rammer <[email protected]>
* added unit tests for cache_serialize metadata
Signed-off-by: Daniel Rammer <[email protected]>
* linter added spaces in unit tests
Signed-off-by: Daniel Rammer <[email protected]>
Describe the bug
When failing to fetch task details for a NodeExecution in the table, we show a large NotFound error for all components which consume the value via
WaitForQuery
.Expected behavior
Some type of fallback text.
Flyte component
Screenshots
![image](https://user-images.githubusercontent.com/1815175/104785896-7f49d280-5740-11eb-9f7f-bc86bf56f689.png)
The text was updated successfully, but these errors were encountered: