Skip to main content

Kedro-Telemetry

Project description

Kedro-Telemetry

Python Version PyPI version License Code Style: Black

Introduction

To find out how Kedro's features are used, the Kedro team have created an opt-in Kedro-Telemetry plugin to gather anonymised (before being sent across the internet) and aggregated usage analytics.

The data it gathers will help drive future development of Kedro because we can understand how the product is being used.

Why is my data being collected?

Telemetry data is made available to project maintainers of the Kedro Project. The purpose of providing this information is to provide metrics to the maintainers on how Kedro is used. This data helps inform future product development because we can better understand if certain features are having traction with our users. We want to make sure that Kedro is as streamlined as possible and it is difficult to do this without usage analytics.

What about my personal data?

The Kedro Project’s telemetry has been reviewed and approved under the Telemetry Data Collection and Usage Policy of LF Projects, LLC.

What data is being collected?

We process your hashed hostname and hashed computer username, which both is pseudonymized information that indirectly relates to you personally. Besides the hashed host and username, we collect the following project-related information. Again, we rely on your consent to do so:

Description Example Input What we receive
CLI command (masked arguments) kedro run --pipeline=ds --env=test kedro run --pipeline ***** --env *****
(Hashed) Package name my-project 1c7cd944c28cd888904f3efc2345198507...
(Hashed) Project name my_project a6392d359362dc9827cf8688c9d634520e...
kedro project version 0.17.6 0.17.6
kedro-telemetry version 0.1.2 0.1.2
Python version 3.8.10 (default, Jun 2 2021, 10:49:15) 3.8.10 (default, Jun 2 2021, 10:49:15)
Operating system used darwin darwin

How do I consent to the use of Kedro-Telemetry?

Kedro-Telemetry is a Python plugin. To install it:

pip install kedro-telemetry

Note: If you are using an official Kedro project template then kedro-telemetry is included in the project-level requirements.txt of the starter. kedro-telemetry is activated after you have a created a new project with a Kedro project template and have run kedro install from the terminal.

When you next run the Kedro CLI you will be asked for consent to share usage analytics data for the purposes explained in the privacy notice, and a .telemetry YAML file will be created in the project root directory. The variable consent will be set according to your choice in the file, e.g. if you consent:

consent: true

Note: The .telemetry file should not be committed to git or packaged in deployment. In kedro>=0.17.4 the file is git-ignored.

How do I withdraw consent?

To withdraw consent, you can change the consent variable to false in .telemetry YAML by editing the file in the following way:

consent: false

Or you can uninstall the plugin:

pip uninstall kedro-telemetry

What happens when I withdraw consent?

Data will only be collected if consent is given. Otherwise, if consent was explicitly denied or withdrawn, the message below will be printed out on every Kedro CLI invocation. If you explicitly deny consent from the beginning, no data will be collected. If you withdraw consent later, the processing of data will be stopped from that moment on.

Kedro-Telemetry is installed, but you have opted out of sharing usage analytics so none will be collected.

How is the data collected

Kedro-Telemetry uses pluggy hooks and requests to send data to Heap Analytics. Project maintainers have access to the data and can create dashboards that show adoption and feature usage.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kedro-telemetry-0.2.1.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

kedro_telemetry-0.2.1-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file kedro-telemetry-0.2.1.tar.gz.

File metadata

  • Download URL: kedro-telemetry-0.2.1.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.0

File hashes

Hashes for kedro-telemetry-0.2.1.tar.gz
Algorithm Hash digest
SHA256 7ffac8375f8b6cd7c6609572d52080a6f4b07401a153c1aaa972511c0309494a
MD5 92004ac12c30df4077a1f78ad20a3495
BLAKE2b-256 b159019740da1dfe8835faee21c8d86ef032331eaa5c925e6bc7acfe2f483156

See more details on using hashes here.

File details

Details for the file kedro_telemetry-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for kedro_telemetry-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cd37abf22514e8b4eb3ae95c7b87e089a1c6bd9bec619c0627d57008f3ade6e1
MD5 47d9ef34262b4f31b3ad0d06db63f16b
BLAKE2b-256 a652e6331c06916df348e43fa6c15ebcb9c40be20c2aeb05269660d9911926ae

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page