Skip to content

Commit

Permalink
fix models
Browse files Browse the repository at this point in the history
  • Loading branch information
btkcodedev committed Sep 8, 2024
1 parent e564305 commit 665f36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
SELECT
'FALSE' AS is_contact_list_member_deleted,
{{ dbt.current_timestamp() }} AS _fivetran_synced
added_at,
canonical_vid AS contact_id,
static_list_id AS contact_list_id
FROM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SELECT
{{ dbt.current_timestamp() }} AS fivetran_synced,
"user-id" AS canonical_id,
"canonical-vid" AS canonical_id,
vid_to_merge AS contact_id,
entity_id,
first_name,
Expand Down Expand Up @@ -34,7 +34,7 @@ FROM

SELECT
{{ dbt.current_timestamp() }} AS fivetran_synced,
`canonical-vid` AS canonical_id,
`canonical_vid` AS canonical_id,
vid_to_merge AS contact_id,
entity_id,
first_name,
Expand Down

0 comments on commit 665f36c

Please sign in to comment.