Skip to content

Commit

Permalink
Change sessions event data logic
Browse files Browse the repository at this point in the history
  • Loading branch information
agregori97 committed Jul 12, 2024
1 parent c08b99f commit 7e09ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explores/sessions.explore.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ explore: sessions {

join: events {
view_label: "Events"
sql: LEFT JOIN UNNEST(${sessions.event_data}) as events with offset as event_row ;;
sql: LEFT JOIN ${sessions.event_data} as events with offset as event_row ;;
relationship: one_to_many
}

Expand Down

0 comments on commit 7e09ba7

Please sign in to comment.