Skip to content

Releases: m-lab/etl-schema

Deploy ndt_raw.paris1_legacy and ndt_raw.ndt5 views (take 2)

02 Mar 15:29
86558f9
Compare
Choose a tag to compare

Add 'legacy' view for paris-traceroute (#118)
Add ndt_raw.ndt5 v2 view (#120)

Full Changelog: v3.34.1...v3.35.1

Create new legacy views for switch & sidestream

10 Feb 21:34
a657e8d
Compare
Choose a tag to compare

Create legacy views for switch and sidestream (#116)

Update references to all legacy views

10 Feb 17:50
115e716
Compare
Choose a tag to compare

Add "legacy" views for sidestream.web100 and utilization.switch (#114)
Update all references to use legacy views where appropriate (#115)

Full Changelog: v3.33...v3.34

Remove dependency on ndt.ndt5

09 Feb 22:43
30607ea
Compare
Choose a tag to compare

Use ndt5 legacy view (#113)

Full Changelog: v3.32...v3.33

v3.32

03 Feb 19:58
f388ebd
Compare
Choose a tag to compare

What's Changed

  • update statistics views to include all available years by @critzo in #111

Full Changelog: v3.21...v3.32

View for scamper1 + hopannotation1 join

29 Nov 19:11
7544778
Compare
Choose a tag to compare

Update project to use modules (#109)
Add individual views for hopannotation1 and scamper1 to ndt_raw (#110)
Add view for scamper1 + hopannotation1 join (#108)

Diff v3.20...v3.21

Update unified views to use renamed extended views

13 Oct 23:43
d2a7256
Compare
Choose a tag to compare

Update dependencies on deprecated tables

Publish PCAP changes to ndt_raw

25 Aug 20:26
165e7da
Compare
Choose a tag to compare

Publish PCAP changes to ndt_raw (#105)

Diff v3.18...v3.19

Add statistics views, correct description of NDT unified views

07 Jul 14:23
da00713
Compare
Choose a tag to compare

This release adds unified views of the BigQuery tables generated by stats-pipeline and makes a correction to the description of NDT unified views.

Consistent public view names

07 Apr 15:05
056c83f
Compare
Choose a tag to compare
  • Refactor create_dataset_views for clarity and easier reasoning
  • Rename Raw Views
    • raw_ndt.ndt7 -> ndt_raw.ndt7
    • raw_ndt.annotation -> ndt_raw.annotation
    • ndt.ndt5 -> ndt_raw.ndt5_legacy
    • ndt.web100 -> ndt_raw.web100_legacy
    • ndt.tcpinfo -> ndt_raw.tcpinfo_legacy
    • ndt.traceroute -> ndt_raw.traceroute_legacy
      (automatically generate ndt_raw/ndt7 and ndt_raw/annotations)
  • Rename Extended View dataset from intermediate_ndt to ndt_intermediate
  • Don't report upload congestion control, which we don't actually know etl-schema/issues/95
  • Suppress mlab4 data from ndt5 and web100. etl/issues/943
  • Prevent missing ASNs from throwing exceptions etl-schema/issues/97