Skip to content

Commit

Permalink
Change sessions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
agregori97 committed Jul 12, 2024
1 parent 3e74b0c commit bd2d3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/sessions.view.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ select se.session_date as session_date
, se.platform
, se.event_dimensions
, se.ecommerce
, se.items)) as event_data
, se.items) as event_data
from ${session_event_packing.SQL_TABLE_NAME} as se
left join ${session_tags.SQL_TABLE_NAME} as sa
on se.sl_key = sa.sl_key
Expand Down

0 comments on commit bd2d3e0

Please sign in to comment.