Skip to content

Commit

Permalink
Tweak code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed May 4, 2020
1 parent 2cd6a2d commit 89ba3e7
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,12 @@
{% set primary_key = config['unique_key'] %}
{% set updated_at = config['updated_at'] %}

(snapshotted_data.MetaDataLastUpdatedTime < source_data.MetaDataLastUpdatedTime)

{#/*
The snapshot relation might not have an {{ updated_at }} value if the snapshot
strategy is changed (ie. from `check_cols` to `timestamp`). We should use a
dbt-created column for the comparison in the snapshot table instead of assuming
that the user-supplied {{ updated_at }} will be present in the historical data
The snapshot relation might not have an {{ updated_at }} value if the
snapshot strategy is changed from `check` to `timestamp`. We
should use a dbt-created column for the comparison in the snapshot
table instead of assuming that the user-supplied {{ updated_at }}
will be present in the historical data.

See https://github.com/fishtown-analytics/dbt/issues/2350
*/ #}
Expand Down

0 comments on commit 89ba3e7

Please sign in to comment.