From 3e0a6abcb331714f5a08b1a796ae8c40866fe3a4 Mon Sep 17 00:00:00 2001 From: Jenny V Medina Date: Fri, 20 Dec 2024 18:32:02 -0500 Subject: [PATCH] Update the warehouse for the large refresh (#98) --- .../synapse_raw/tables/V2.28.2__refresh_userprofilesnapshots.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/synapse_data_warehouse/synapse_raw/tables/V2.28.2__refresh_userprofilesnapshots.sql b/synapse_data_warehouse/synapse_raw/tables/V2.28.2__refresh_userprofilesnapshots.sql index 39d89d96..73bcfc6a 100644 --- a/synapse_data_warehouse/synapse_raw/tables/V2.28.2__refresh_userprofilesnapshots.sql +++ b/synapse_data_warehouse/synapse_raw/tables/V2.28.2__refresh_userprofilesnapshots.sql @@ -1,5 +1,6 @@ -- Configure environment USE SCHEMA {{database_name}}.synapse_raw; --noqa: JJ01,PRS,TMP,CP02 +USE WAREHOUSE compute_medium; -- Drop all records from this table but keep structure and permissions intact TRUNCATE TABLE userprofilesnapshot;