tiny commit ever just for foramatting

This commit is contained in:
Pablo Martin 2024-09-27 16:28:00 +02:00
parent c6e14adad5
commit 4ff1375160

View file

@ -60,7 +60,7 @@ vars:
"dbt_date:time_zone": "Europe/London" "dbt_date:time_zone": "Europe/London"
# A general cutoff date for relevancy. Many models assume this to be the point # A general cutoff date for relevancy. Many models assume this to be the point
# in time after which they should work. # in time after which they should work.
"start_date": "'2020-01-01'" "start_date": "'2020-01-01'"
# Booking state variables # Booking state variables
# States should be strings in capital letters. Models need to force an upper() # States should be strings in capital letters. Models need to force an upper()
@ -68,4 +68,4 @@ vars:
# Payment state variables # Payment state variables
# States should be strings in capital letters. Models need to force an upper() # States should be strings in capital letters. Models need to force an upper()
"paid_payment_state": "'PAID'" "paid_payment_state": "'PAID'"