https://kedro.org/ logo
#questions
Title
# questions
a

Andrej Zachar

10/16/2023, 1:40 PM
Hey, I'd like to know how to retrieve the
session_id
from a node so that I can pass it to TensorBoard as an experiment ID. Thank you!
j

Juan Luis

10/16/2023, 1:43 PM
hey @Andrej Zachar! usually node functions are Kedro-agnostic, they only receive inputs coming from datasets. maybe what you want to do can be achieved with hooks? https://docs.kedro.org/en/stable/hooks/ for example
before_node_run