From f185f8fe4b7b944e4186e1574a5b50a785b65590 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Tue, 10 Jun 2025 12:00:30 +0200 Subject: [PATCH] update var to actual timestamp --- dbt_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt_project.yml b/dbt_project.yml index d5603c4..b4e291e 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -70,7 +70,7 @@ vars: # The timestamp of when the Guest Squad activated the Feature Flag that # activated the big bang refactor of the Guest Products logic. - "guest_products_feature_flag_activation_timestamp": "'2025-06-08T00:00:00+00:00'" + "guest_products_feature_flag_activation_timestamp": "'2025-06-09T10:25:00+00:00'" # A distant future date to use as a default when cutoff values are missing. "end_of_time": "'2050-12-31'"