From c58e22bdfac2d7a6d4b56145f40f2643f1f3a275 Mon Sep 17 00:00:00 2001 From: Yam ZhengLim Date: Mon, 17 Jul 2023 05:17:50 +0000 Subject: [PATCH] Update company_adds increamental bug --- models/marts/warehouse/dim_exchange__companies.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/marts/warehouse/dim_exchange__companies.sql b/models/marts/warehouse/dim_exchange__companies.sql index ce13260..6d0e304 100644 --- a/models/marts/warehouse/dim_exchange__companies.sql +++ b/models/marts/warehouse/dim_exchange__companies.sql @@ -230,4 +230,4 @@ final__dim_exchange__companies AS ( FROM companies_rename_and_join_table ) -SELECT *FROM final__dim_exchange__companies \ No newline at end of file +SELECT * FROM final__dim_exchange__companies \ No newline at end of file