Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#ask-the-community
Title
# ask-the-community
e
Evan Sadler
05/24/2023, 4:18 PM
Is it possible to have a FlyteDeck show up even when a task fails? For example, I want to publish a pandera report of data check failures.
k
Kevin Su
05/24/2023, 4:58 PM
not support for now, It’s doable. just need to persist flyte deck when task failed.
https://github.com/flyteorg/flytekit/blob/c0b06bedb6d6dcd3d1200b19f1e3198d20c9baf8/flytekit/bin/entrypoint.py#L140-L153
e
Evan Sadler
05/24/2023, 5:03 PM
I want this so badly! Do you think that I could write a PR for it?
k
Kevin Su
05/24/2023, 5:05 PM
yup, please do it.
also need to delete this line.
https://github.com/flyteorg/flyteconsole/blob/39c252d9fc77c7b83fc756d01810bfc91cd9[…]ponents/Executions/ExecutionDetails/ExecutionDetailsActions.tsx
e
Evan Sadler
05/24/2023, 5:20 PM
https://github.com/flyteorg/flyte/issues/3720
I will work on this when I get the chance
3 Views
Post