Skip to content

Commit

Permalink
view file names
Browse files Browse the repository at this point in the history
  • Loading branch information
looker-shelley committed Nov 1, 2017
1 parent 578ecf3 commit 9760988
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions google_adwords.model.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ connection: "bigquery-connectors-adwords"

# include all the views
include: "*.view"
include: "/exchange_rates/bq.explore.lkml"

# include all the dashboards
include: "*.dashboard"
Expand Down Expand Up @@ -472,3 +473,10 @@ explore: hourly_account_stats {
relationship: many_to_one
}
}
explore: ad_stats_forex {
from: ad_stats
join: bq_forex_historical_real {
relationship: many_to_one
sql_on: ${bq_forex_historical_real.forex_exchange_date} = ${ad_stats_forex._data_date} ;;
}
}
5 changes: 5 additions & 0 deletions manifest.lkml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project_name: "google_adwords"

local_dependency: {
project: "exchange_rates"
}

0 comments on commit 9760988

Please sign in to comment.