Join Slack
Powered by
I there a way to check (in code) if the user calle...
# questions
l
Lukas Innig
07/01/2024, 1:27 PM
I there a way to check (in code) if the user called kedro viz vs kedro run? Ideally in
settings.py
d
datajoely
07/01/2024, 1:28 PM
So you could write your own
before_command_run
hook?
l
Lukas Innig
07/01/2024, 1:29 PM
oh - I will look into that! Thank you
d
datajoely
07/01/2024, 1:29 PM
you can actually steal the way out telemetry plugin works
https://github.com/kedro-org/kedro-plugins/tree/main/kedro-telemetry
Open in Slack
Previous
Next