Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ifoukarakis committed Oct 18, 2024
1 parent 45d58da commit 993a0f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{# Keep events that have not been merged into the base_events table #}

{{
config({
'materialized': 'incremental',
Expand All @@ -6,7 +8,6 @@
'cluster_by': ['to_date(received_at)'],
'on_schema_change': 'append_new_columns',
'snowflake_warehouse': 'transform_l',
# Keep events that haven't been merged into the base_events table
'post_hook': 'delete from {{this}} where received_at < (select max(received_at) from source(\'rudder_support\', \'base_events\')'
})
}}
Expand Down

0 comments on commit 993a0f5

Please sign in to comment.