diff --git a/dbt_project.yml b/dbt_project.yml index 599ecc2..1f1b5f1 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -60,7 +60,7 @@ vars: "dbt_date:time_zone": "Europe/London" # A general cutoff date for relevancy. Many models assume this to be the point # in time after which they should work. - "start_date": "'2020-01-01'" + "start_date": "'2020-01-01'" # Booking state variables # States should be strings in capital letters. Models need to force an upper() @@ -68,4 +68,4 @@ vars: # Payment state variables # States should be strings in capital letters. Models need to force an upper() - "paid_payment_state": "'PAID'" \ No newline at end of file + "paid_payment_state": "'PAID'"