Hey all, does the Sandbox have an external events ...
# flyte-support
c
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.
f
it should, just that you will have to configure it to send events to some event sink
c
@freezing-airport-6809 I’m currently capturing some metadata by extending the
PythonFunctionTask
’s
execute
method. Is there a better place to capture metadata?
f
Flyte decks?
Currently no, can you share an example
c
@freezing-airport-6809 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.
f
It is, but today we do not have a event sink
c
Do you know how I can capture these Platform Events from the sandbox?
f
You will have to install or send the events to some sink and configure admin to do so
thx 1
154 Views