"""Insert a row into the log table.""" INSERT_INTO_ASSET_LOG = """ INSERT INTO {schema}.ASSET_INGESTION_LOG VALUES ( :table_name, :state, :line_num, CURRENT_TIMESTAMP ); """