Hello kedro team!
Can a node within a modular pipeline access its namespace?
Use case is to be able to use the namespace when logging with mlflow (e.g. log in namespace/artifact_name). In that case, if you have the same template pipeline for 2 namespaces n1 and n2 and you override a params dict for each using p1 and p2, jedro mlflow will try to log both p1 and p2 but will fails as they have the same keys.