From af75d4d64a12a356892276ca7543b681d5f79918 Mon Sep 17 00:00:00 2001 From: Oscar Date: Tue, 8 Oct 2024 13:16:10 +0100 Subject: [PATCH] updated comments --- macros/utils/return_limits_from_model.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/utils/return_limits_from_model.sql b/macros/utils/return_limits_from_model.sql index 26dc1d28..7de61939 100644 --- a/macros/utils/return_limits_from_model.sql +++ b/macros/utils/return_limits_from_model.sql @@ -39,7 +39,7 @@ You may obtain a copy of the Snowplow Personal and Academic License Version 1.0 {% set lower_limit = snowplow_utils.cast_to_tstamp('0000-01-01 00:00:00') %} {% set upper_limit = snowplow_utils.cast_to_tstamp('0000-01-02 00:00:00') %} {%- else -%} - {# Default behaviour for incrementalisation. This allows for bigquery to still run the same way the other warehouses do, but also ensures no data is processed #} + {# Default behaviour for incrementalization. This allows for bigquery to still run the same way the other warehouses do, but also ensures no data is processed #} {% set lower_limit = snowplow_utils.cast_to_tstamp('9999-01-01 00:00:00') %} {% set upper_limit = snowplow_utils.cast_to_tstamp('9999-01-02 00:00:00') %} {% endif %}