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;