We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a003c0 commit 5ae8d5eCopy full SHA for 5ae8d5e
1 file changed
models/analytics/fb_analytics_events_raw.sql
@@ -7,7 +7,7 @@
7
"granularity": "day"
8
},
9
incremental_strategy = 'insert_overwrite',
10
- lookback = 4
+ lookback = 4,
11
require_partition_filter = true,
12
cluster_by = ["event_name", "platform", "app_id"]
13
) }}
0 commit comments