Hello kedroids ! Is it possible to get the name of...
# questions
m
Hello kedroids ! Is it possible to get the name of running
tag
in code ? (
kedro run --tag NAME
)
d
you can do this with a hook, define a
before_pipeline_run
hook and log out the tag property
👍 1
m
ok thanks 🙂