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