kedro-plugins icon indicating copy to clipboard operation
kedro-plugins copied to clipboard

feat: Exit before_command_run if telemetry consent is passed through kedro run

Open lrcouto opened this issue 9 months ago • 0 comments

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

lrcouto avatar May 17 '24 17:05 lrcouto