diff --git a/views/create_dataset_views.sh b/views/create_dataset_views.sh index 650858d..1255566 100755 --- a/views/create_dataset_views.sh +++ b/views/create_dataset_views.sh @@ -78,7 +78,6 @@ function create_view() { create_view ${SRC_PROJECT} ${DST_PROJECT} ndt_raw ./ndt_raw/web100_legacy.sql create_view ${SRC_PROJECT} ${DST_PROJECT} ndt_raw ./ndt_raw/ndt5_legacy.sql create_view ${SRC_PROJECT} ${DST_PROJECT} ndt_raw ./ndt_raw/tcpinfo_legacy.sql -create_view ${SRC_PROJECT} ${DST_PROJECT} ndt_raw ./ndt_raw/traceroute_legacy.sql create_view ${SRC_PROJECT} ${DST_PROJECT} ndt_raw ./ndt_raw/paris1_legacy.sql # NDT raw - NB: the raw tables are currently in mlab-oti.raw_ndt. create_view ${SRC_PROJECT} ${DST_PROJECT} ndt_raw ./ndt_raw/annotation.sql diff --git a/views/ndt_raw/traceroute_legacy.sql b/views/ndt_raw/traceroute_legacy.sql deleted file mode 100644 index 84db42d..0000000 --- a/views/ndt_raw/traceroute_legacy.sql +++ /dev/null @@ -1,9 +0,0 @@ -#standardSQL --- This was the root view under the old parser. --- It is now obsolete, and will be deprecated once the new parser is fully in production. --- --- TODO(https://github.com/m-lab/etl-schema/issues/49) --- The traceroute data ought to be partitioned on a per-experiment basis. Right now this links to a --- too-large table of traceroute data that contains a superset of what it should. -SELECT CAST(_PARTITIONTIME AS DATE) AS partition_date, * -FROM `{{.ProjectID}}.base_tables.traceroute`