kedro-plugins
kedro-plugins copied to clipboard
feat: Exit before_command_run if telemetry consent is passed through kedro run
Description
Works together with https://github.com/kedro-org/kedro/pull/3876.
Modifies the before_command_run
hook in kedro-telemetry
to exit if the user has passed the telemetry consent through the flag on kedro run
.
Development notes
Checklist
- [x] Opened this PR as a 'Draft Pull Request' if it is work-in-progress
- [x] Updated the documentation to reflect the code changes
- [x] Added a description of this change in the relevant
RELEASE.md
file - [x] Added tests to cover my changes