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

Commit 07d494f

Browse files
Dan Leedataform.co
authored andcommitted
rename timestamp to first_seen_at
1 parent 815676c commit 07d494f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ select distinct
2424
ignore_nulls: true,
2525
partition_fields: USER,
2626
order_fields: "identifies.timestamp asc",
27-
})} as timestamp
27+
})} as first_seen_at
2828
${params.customUserFields.length ? `,` : ``}
2929
${params.customUserFields.map(f=> `${crossdb.windowFunction({
3030
func: "first_value",

0 commit comments

Comments
 (0)