From 58c1ae5b8f4ebf74e5ff0ee3d82b35f417d17875 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Fri, 30 May 2025 15:46:45 +0200 Subject: [PATCH] put var in proper format --- dbt_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt_project.yml b/dbt_project.yml index 85f5b16..d5603c4 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:00Z'" + "guest_products_feature_flag_activation_timestamp": "'2025-06-08T00:00:00+00:00'" # A distant future date to use as a default when cutoff values are missing. "end_of_time": "'2050-12-31'"