kedro-org/kedro-plugins

Telemetry: tracking kedro-viz version

Closed this issue · 0 comments

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

  • Include labels so that we can categorise your feature request