def main() -> None:
    task = Task(MODE.CONSOLE)
    job_id = str(uuid.uuid1())
    task.handle(job_id, DAG_ID)