Merged PR 5423: Update guest_products_feature_flag_activation_timestamp to real value
# Description Now that the Guest Products have been activated, we need to update the project var `guest_products_feature_flag_activation_timestamp` so that the logic based on it throughout the project starts acting properly. This PR updates the value of the var with the timestamp that Lawrence from the Guest Squad has shared with us. # Checklist - [X] The edited models and dependants run properly with production data. - [X] The edited models are sufficiently documented. - [X] The edited models contain PK tests, and I've ran and passed them. - [X] I have checked for DRY opportunities with other models and docs. - [ ] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. Related work items: #30165
This commit is contained in:
commit
3518d09970
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ vars:
|
||||||
|
|
||||||
# The timestamp of when the Guest Squad activated the Feature Flag that
|
# The timestamp of when the Guest Squad activated the Feature Flag that
|
||||||
# activated the big bang refactor of the Guest Products logic.
|
# 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.
|
# A distant future date to use as a default when cutoff values are missing.
|
||||||
"end_of_time": "'2050-12-31'"
|
"end_of_time": "'2050-12-31'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue