Channels
announcements
introduce-yourself
resources
random
plugins-integrations
user-research
questions
questions-so
job-posting
help-
circleci-status
dependencies-releases
Powered by
#questions
Title
# questions
m
Massinissa Saïdi
02/02/2023, 9:59 AM
Hello kedroids ! Is it possible to get the name of running
tag
in code ? (
kedro run --tag NAME
)
d
datajoely
02/02/2023, 10:00 AM
you can do this with a hook, define a
before_pipeline_run
hook and log out the tag property
👍 1
m
Massinissa Saïdi
02/02/2023, 10:01 AM
ok thanks 🙂
5 Views
Post