Skip to content

Commit

Permalink
snowflake changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanBaker committed Jun 1, 2020
1 parent 38fb368 commit 2d29369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/stg_marketo__email_template_history.sql
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ with base as (
), valid as (

select
* except (total_count_of_versions),
*,
case
when inferred_version = 1 then created_timestamp
else updated_timestamp
Expand Down

0 comments on commit 2d29369

Please sign in to comment.