-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update references to annotation2 and hopannotation2 (#155)
* Rename annotation2 and hopannotation2 views, tables, and references.
- Loading branch information
1 parent
66327e9
commit 6fba71c
Showing
9 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
-- | ||
-- This view is a pass-through for annotated ndt5 data. This materializes data | ||
-- from ndt_raw.ndt5 with ndt_raw.annotation into a single location. | ||
-- from ndt_raw.ndt5 with ndt_raw.annotation2 into a single location. | ||
-- | ||
SELECT * FROM `{{.ProjectID}}.ndt.ndt5` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
-- | ||
-- This view is a pass-through for annotated ndt7 data. This materializes data | ||
-- from ndt_raw.ndt7 with ndt_raw.annotation into a single location. | ||
-- from ndt_raw.ndt7 with ndt_raw.annotation2 into a single location. | ||
-- | ||
SELECT * FROM `{{.ProjectID}}.ndt.ndt7` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
-- | ||
-- This view is a pass-through for annotated scamper1 data. This materializes | ||
-- data from ndt_raw.scamper1 with ndt_raw.annotation into a single location. | ||
-- | ||
-- This table includes server and client annotations but not hop annotations. For | ||
-- recent hop annotations see: `ndt.scamper1_hopannotation1`. | ||
-- data from ndt_raw.scamper1 with ndt_raw.annotation2 into a single location. | ||
-- | ||
SELECT * FROM `{{.ProjectID}}.ndt.scamper1` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
-- | ||
-- This view is a pass-through for annotated tcpinfo data. This materializes data | ||
-- from ndt_raw.tcpinfo with ndt_raw.annotation into a single location. | ||
-- from ndt_raw.tcpinfo with ndt_raw.annotation2 into a single location. | ||
-- | ||
SELECT * FROM `{{.ProjectID}}.ndt.tcpinfo` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
-- This is the raw ndt annotations view. | ||
-- | ||
SELECT * FROM `{{.ProjectID}}.raw_ndt.annotation2` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
-- This is the raw hopannotation2 view. | ||
-- | ||
SELECT * FROM `{{.ProjectID}}.raw_ndt.hopannotation2` |