From 8ba139322349b03ed7964ec0fda0d69ad67ddc22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Courivaud?= Date: Thu, 9 Jan 2025 15:00:17 +0100 Subject: [PATCH] deploy (#1088) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Courivaud --- .../join/marts_production_join_establishment_housing.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analytics/dbt/models/marts/production/join/marts_production_join_establishment_housing.sql b/analytics/dbt/models/marts/production/join/marts_production_join_establishment_housing.sql index 0e0700fdb..542a3f8d5 100644 --- a/analytics/dbt/models/marts/production/join/marts_production_join_establishment_housing.sql +++ b/analytics/dbt/models/marts/production/join/marts_production_join_establishment_housing.sql @@ -4,4 +4,4 @@ SELECT ec.geo_code, h.id FROM {{ ref ('marts_production_join_establishment_cities') }} ec -JOIN {{ ref ('int_production_housing') }} h ON ec.geo_code = h.geo_code +JOIN {{ ref ('int_production_housing') }} h ON ec.geo_code = h.geo_code \ No newline at end of file