Skip to content

Commit

Permalink
Add wehe views to sandbox and staging projects (#171)
Browse files Browse the repository at this point in the history
* Add wehe views to sandbox and staging projects

* Travis pro
  • Loading branch information
cristinaleonr authored Nov 13, 2023
1 parent 4fb16e1 commit 2518b23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ before_install:
script:
- set -e
- go test -v -short -covermode=count -coverprofile=merge.cov github.com/m-lab/etl-schema/cmd/bq_create_view
- $HOME/gopath/bin/goveralls -coverprofile=merge.cov -service=travis-ci
- $HOME/gopath/bin/goveralls -coverprofile=merge.cov -service=travis-pro
6 changes: 3 additions & 3 deletions views/create_dataset_views.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ create_view ${SRC_PROJECT} ${DST_PROJECT} wehe_raw ./wehe_raw/scamper1.sql
create_view ${SRC_PROJECT} ${DST_PROJECT} wehe_raw ./wehe_raw/clientXputs1.sql
create_view ${SRC_PROJECT} ${DST_PROJECT} wehe_raw ./wehe_raw/decisions1.sql
create_view ${SRC_PROJECT} ${DST_PROJECT} wehe_raw ./wehe_raw/replayInfo1.sql
create_view ${SRC_PROJECT} ${DST_PROJECT} wehe ./wehe/clientXputs1.sql
create_view ${SRC_PROJECT} ${DST_PROJECT} wehe ./wehe/decisions1.sql
create_view ${SRC_PROJECT} ${DST_PROJECT} wehe ./wehe/replayInfo1.sql

# Public pass-through views for joined tables.
if [[ ${DST_PROJECT} = "measurement-lab" ]] ; then
Expand All @@ -118,9 +121,6 @@ if [[ ${DST_PROJECT} = "measurement-lab" ]] ; then
# WEHE
create_view ${SRC_PROJECT} ${DST_PROJECT} wehe ./wehe/scamper1.sql
create_view ${SRC_PROJECT} ${DST_PROJECT} wehe ./wehe/scamper1_hopannotation2.sql
create_view ${SRC_PROJECT} ${DST_PROJECT} wehe ./wehe/clientXputs1.sql
create_view ${SRC_PROJECT} ${DST_PROJECT} wehe ./wehe/decisions1.sql
create_view ${SRC_PROJECT} ${DST_PROJECT} wehe ./wehe/replayInfo1.sql

# REVTR
create_view ${SRC_PROJECT} ${DST_PROJECT} revtr_raw ./revtr_raw/ping1.sql
Expand Down

0 comments on commit 2518b23

Please sign in to comment.