Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 52cbc46

Browse files
Dan Leedataform.co
authored andcommitted
alias table name
1 parent 78724ca commit 52cbc46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/sessions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ select
8181
) order by segment_sessionized_events.timestamp asc
8282
) as records`)}
8383
from
84-
${ctx.ref(params.defaultConfig.schema, "segment_sessionized_events")}
84+
${ctx.ref(params.defaultConfig.schema, "segment_sessionized_events")} as segment_sessionized_events
8585
left join first_and_last_page_values
8686
using(session_id)
8787
${ctx.when(global.session.config.warehouse == "bigquery", `

0 commit comments

Comments
 (0)