Skip to content

Commit

Permalink
Revert "trying to avoid int_ga4_events fatal errs"
Browse files Browse the repository at this point in the history
This reverts commit a71940f.
  • Loading branch information
jlyon committed Sep 24, 2024
1 parent a71940f commit aefd938
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,14 @@ models:
+materialized: view
stg_ga4_events:
+materialized: incremental
# +unique_key: event_id
# +on_schema_change: "sync_all_columns"
+unique_key: event_id
+on_schema_change: "sync_all_columns"
intermediate:
+schema: support
int_ga4_events:
+materialized: incremental
# +unique_key: event_id
# +on_schema_change: "sync_all_columns"
+unique_key: event_id
+on_schema_change: "sync_all_columns"

customer_io:
staging:
Expand Down

0 comments on commit aefd938

Please sign in to comment.