1UP_SQL = """
2INSERT INTO afe_jobs_dependency_labels (job_id, label_id)
3SELECT job_id, meta_host FROM afe_host_queue_entries
4WHERE NOT complete AND NOT active AND status="Queued" AND NOT aborted;
5"""
6
7DOWN_SQL="""
8"""
9