Added end_of_time variable

This commit is contained in:
Joaquin Ossa 2025-02-07 15:20:22 +01:00
parent 25a89208c4
commit 25aa153eed
2 changed files with 4 additions and 1 deletions

View file

@ -65,6 +65,9 @@ vars:
# KPIs Start Date. This is the date from which we start calculating KPIs.
"kpis_start_date": "'2022-04-01'"
# A distant future date to use as a default when cutoff values are missing.
"end_of_time": "'2050-12-31'"
# Booking state variables
# States should be strings in capital letters. Models need to force an upper()
"cancelled_booking_state": "'CANCELLED'"