"""Select the place where the previous job ended.""" SELECT_CURRENT_LINE_NUM = """ SELECT * FROM {schema}.ASSET_INGESTION_LOG WHERE table_name = {table_name} ; """