kedro-org / kedro-plugins

First-party plugins maintained by the Kedro team.
Apache License 2.0
94 stars 90 forks source link

Telemetry: tracking kedro-viz version #923

Closed Huongg closed 2 days ago

Huongg commented 3 weeks ago

Description

We need to start tracking the kedro-viz through telemtry.

Context

So we know what is the earliest Kedro Viz version that has good, consistent, reliable, understandable data

Possible Implementation

we can start now by adopting Kedro’s version tracking approach—for example, storing the kedro_viz version in pyproject.toml.

   "username": user_uuid,
    "project_id": hashed_project_id,
    "project_version": KEDRO_VERSION,
    "project_kedro_viz_version": KEDRO_VIZ_VERSION // something like this for kedro viz version?? 
    "telemetry_version": TELEMETRY_VERSION,

Checklist