Hi everyone! quick question, is there a way of acc...
# questions
l
Hi everyone! quick question, is there a way of accessing the namespace in a node or function inside a node of a modular pipeline where I am passing the parameter "namespace"? Basically I wanted to do certain logics based on the namespace name, not sure if this is correct! 😅
j
hello @Luis Cano (we almost have the same name 😄) in principle node functions are blind to all the Kedro stuff, so you can retrieve that information but in quite contrived ways. maybe your use case could be served by hooks? https://docs.kedro.org/en/stable/hooks/ for example
before_node_run
😂 3
l
Hey @Juan Luis! thank you for the response! I think you are right, I will take a look into this, thank you!!
🙌🏼 1