Hey, I'd like to know how to retrieve the `session...
# questions
a
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
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