From d7cb55a5bfb84f4127daba1591598d9d5e919419 Mon Sep 17 00:00:00 2001 From: Valentin Matton Date: Wed, 9 Aug 2023 23:02:16 +0200 Subject: [PATCH] fix --- pipeline/dbt/dbt_project.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pipeline/dbt/dbt_project.yml b/pipeline/dbt/dbt_project.yml index 8a5d2c7b..ad806790 100644 --- a/pipeline/dbt/dbt_project.yml +++ b/pipeline/dbt/dbt_project.yml @@ -56,5 +56,6 @@ seeds: # Creating user defined functions # based on https://discourse.getdbt.com/t/using-dbt-to-manage-user-defined-functions/18 -on-run-start: - - '{{ create_udf_soliguide__new_hours_to_osm_opening_hours() }}' \ No newline at end of file +# FIXME +# on-run-start: +# - '{{ create_udf_soliguide__new_hours_to_osm_opening_hours() }}' \ No newline at end of file