Skip to content

Commit

Permalink
Change sessio packing
Browse files Browse the repository at this point in the history
  • Loading branch information
agregori97 committed Jul 11, 2024
1 parent 61082f3 commit da20e9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views/sessions/session_event_packing.view.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ view: session_event_packing {
WHERE sl.sl_key IN (SELECT sl_key FROM ${session_facts.SQL_TABLE_NAME}
WHERE CASE WHEN "@{EVENT_COUNT}" = "" THEN 1=1 WHEN "@{EVENT_COUNT}" != "" THEN
session_event_count< SAFE_CAST("@{EVENT_COUNT}" AS INT64) END)
AND {% incrementcondition %} session_date {% endincrementcondition %}
group by 1,2,3,4,5;;
AND {% incrementcondition %} session_date {% endincrementcondition %};;
}
dimension: session_date{
type: date
Expand Down

0 comments on commit da20e9b

Please sign in to comment.