wandb icon indicating copy to clipboard operation
wandb copied to clipboard

Fixes import telemetry mapping for analytics

Open kptkin opened this issue 3 years ago • 1 comments

Description

What does the PR do?

This PR maps back the import telemetry fields that we renamed

Testing

How was this PR tested?

Used it to generate new telemetry data

Checklist

  • Include reference to internal ticket "Fixes WB-NNNN" (and github issue "Fixes #NNNN" if applicable)

kptkin avatar Aug 03 '22 00:08 kptkin

Codecov Report

Merging #4041 (13ed718) into master (e69bbfa) will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4041      +/-   ##
==========================================
+ Coverage   82.59%   82.62%   +0.02%     
==========================================
  Files         255      255              
  Lines       32247    32247              
==========================================
+ Hits        26635    26643       +8     
+ Misses       5612     5604       -8     
Flag Coverage Δ
functest 54.93% <ø> (+0.03%) :arrow_up:
unittest 73.31% <ø> (+0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
wandb/sdk/lib/git.py 78.39% <0.00%> (ø)
wandb/sdk/launch/agent/agent.py 92.95% <0.00%> (+0.70%) :arrow_up:
wandb/sdk/internal/meta.py 90.18% <0.00%> (+3.06%) :arrow_up:
wandb/sdk/lib/server.py 81.25% <0.00%> (+6.25%) :arrow_up:

codecov[bot] avatar Aug 03 '22 01:08 codecov[bot]