https://flyte.org logo
Title
a

Aphra Bloomfield

11/15/2022, 8:32 PM
Hey all, does the Sandbox have an external events flow you can hook into? I would like to be able to capture job metadata in a proof of concept.
k

Ketan (kumare3)

11/15/2022, 11:57 PM
it should, just that you will have to configure it to send events to some event sink
a

Aphra Bloomfield

11/16/2022, 12:48 AM
@Ketan (kumare3) I’m currently capturing some metadata by extending the
PythonFunctionTask
’s
execute
method. Is there a better place to capture metadata?
k

Ketan (kumare3)

11/16/2022, 3:35 PM
Flyte decks?
Currently no, can you share an example
a

Aphra Bloomfield

11/16/2022, 4:34 PM
@Ketan (kumare3) The data that appears on the Flyte console - for example, inputs, outputs, etc. The docs say that capturing Platform Events can be useful for data lineage, but I don’t understand if that’s possible with the sandbox.
k

Ketan (kumare3)

11/17/2022, 2:33 AM
It is, but today we do not have a event sink
a

Aphra Bloomfield

11/17/2022, 6:16 PM
Do you know how I can capture these Platform Events from the sandbox?
k

Ketan (kumare3)

11/17/2022, 8:41 PM
You will have to install or send the events to some sink and configure admin to do so