You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Checklist
The text was updated successfully, but these errors were encountered: