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
h
honnix
12/22/2022, 2:42 PM
Hi. A quick question. I understand a backend plugin has the ability to enrich task execution metadata such as adding additional links to external systems. Can a container based task achieve the same? Thanks.
k
Kevin Su
12/22/2022, 6:42 PM
yes, you can do that as well. you mean
rawContainerTask
right?
k
Ketan (kumare3)
12/22/2022, 11:13 PM
no container based task today cannot
we have been thinking about this
@honnix
- i think this will need a change in contract
but one way is using flytedecks
h
honnix
12/23/2022, 9:05 AM
It doesn’t have to be raw container task, but in general any task that is done by a container. I will take a look at flytedecks. Thanks!
Post