Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telemetry: tracking kedro-viz version #923

Open
1 task
Huongg opened this issue Oct 28, 2024 · 0 comments
Open
1 task

Telemetry: tracking kedro-viz version #923

Huongg opened this issue Oct 28, 2024 · 0 comments
Assignees

Comments

@Huongg
Copy link
Contributor

Huongg commented Oct 28, 2024

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
@astrojuanlu astrojuanlu transferred this issue from kedro-org/kedro-viz Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Status: Backlog
Development

No branches or pull requests

1 participant