From a45509b3007acef9ff4f734e5cf9ace3e38467ea Mon Sep 17 00:00:00 2001 From: Ilias Xenogiannis Date: Mon, 16 Dec 2024 10:14:03 +0200 Subject: [PATCH] Update dbt_project.yml --- dbt_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt_project.yml b/dbt_project.yml index 4ec9382..47afe3a 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -108,7 +108,7 @@ on-run-start: # Update manifest table with last event consumed per successfully executed node/model on-run-end: - - '{{ snowplow_utils.snowplow_incremental_post_hook("snowplow_media_player", "snowplow_media_player_incremental_manifest", "snowplow_media_player_base_events_this_run", var("snowplow__session_tstamp", "collector_tstamp")) }}' + - '{{ snowplow_utils.snowplow_incremental_post_hook("snowplow_media_player", "snowplow_media_player_incremental_manifest", "snowplow_media_player_base_events_this_run", var("snowplow__session_timestamp", "collector_tstamp")) }}' - "{{ snowplow_utils.grant_usage_on_schemas_built_into(var('snowplow__grant_schemas', true)) }}" models: