-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement telemetry for commands #84
Conversation
Signed-off-by: Nok <[email protected]>
Signed-off-by: Nok Lam Chan <[email protected]>
Signed-off-by: Nok Lam Chan <[email protected]>
Signed-off-by: Nok Lam Chan <[email protected]>
…f all the globalstate we used Signed-off-by: Nok Lam Chan <[email protected]>
Signed-off-by: Nok Lam Chan <[email protected]>
Signed-off-by: Nok Lam Chan <[email protected]>
Signed-off-by: Nok Lam Chan <[email protected]>
Signed-off-by: Nok Lam Chan <[email protected]>
Signed-off-by: Nok Lam Chan <[email protected]>
Signed-off-by: Nok Lam Chan <[email protected]>
@@ -0,0 +1,2 @@ | |||
packaging | |||
kedro-telemetry>=0.6.0 # First version that does not prompt for telemetry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add appdirs
as one more dependency for kedro-telemetry
. As we are not installing all its required dependencies. I got the importError for appdirs
when I was testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice found
Signed-off-by: Nok Lam Chan <[email protected]>
Signed-off-by: Nok Lam Chan <[email protected]>
Signed-off-by: Jitendra Gundaniya <[email protected]>
Co-authored-by: Jitendra Gundaniya <[email protected]>
Signed-off-by: Nok Lam Chan <[email protected]>
…om/kedro-org/vscode-kedro into noklam/track-command-usage-with-68 Signed-off-by: Nok Lam Chan <[email protected]>
Signed-off-by: Nok Lam Chan <[email protected]>
Signed-off-by: Nok Lam Chan <[email protected]>
Signed-off-by: Nok Lam Chan <[email protected]>
Context
Fixed #68
QA Notes:
HEAP_APP_ID = '4039408868'
(Before you launch VSCode, or export the env var and start vscode withcode .
Kedro
related commandLive Data feed
from https://heapanalytics.com/app/env/4039408868/data-galaxy?view=live-data-feedDev Notes
kedro-telemetry
for the consentKedro: run viz
or any command is triggered, send an event to HEAP using the server/client API.