Skip to content

Commit

Permalink
EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
btkcodedev committed Sep 8, 2024
1 parent 1dd4409 commit 9104813
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ SELECT
'FALSE' AS is_contact_list_member_deleted,
{{ dbt.current_timestamp() }} AS _fivetran_synced,
NULL AS contact_id,
ROW_NUMBER() OVER() AS contact_list_id
ROW_NUMBER() OVER (ORDER BY {{ dbt.current_timestamp() }} DESC) = 1 AS contact_list_id
FROM
{{ source('source_hubspot', 'contacts_list_memberships') }}

0 comments on commit 9104813

Please sign in to comment.