Skip to content

Commit

Permalink
Update your_view_name.view.lkml
Browse files Browse the repository at this point in the history
remove event_date, not necessary anymore
  • Loading branch information
ajcrutch committed Feb 13, 2020
1 parent cfb769d commit 15745a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions your_view_name.view.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ view: your_view_name {
#---- Add in these parameters to your own view file replacing your_date_dimension
extends: [_date_comparison]

dimension: event_date{
sql: ${your_date_dimension_raw};;
type: date
hidden: yes
}
dimension: event_raw{
sql: ${your_date_dimension_time::datetime} ;;
type: date_raw
Expand Down

0 comments on commit 15745a6

Please sign in to comment.