"""Query to drop the temp table created during run.""" DROP_TABLE = """ DROP TABLE IF EXISTS {snowflake_schema}.{table_name} ; """