"""Query to drop the source table created during run.""" DROP_SOURCE_TABLE = """ DROP TABLE IF EXISTS {snowflake_schema}.{source_table_name} ; """