Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
btkcodedev committed Sep 8, 2024
1 parent 32383b6 commit 1e4f2ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SELECT
'FALSE' AS is_contact_list_member_deleted,
{{ dbt.current_timestamp() }} AS _fivetran_synced
vid AS contact_id,
NULL AS contact_id,
static_list_id AS contact_list_id
FROM
{{ source('source_hubspot', 'contacts_list_memberships') }}

0 comments on commit 1e4f2ef

Please sign in to comment.