Commit dd1e1994 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add prc_status to DATA_BASIS

parent f456c441
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -40,14 +40,14 @@ LEVEL1_PARAMS = {
    "batch_id": "default_batch",
}

PROC_PARAMS = {
    "priority": 1,
    "batch_id": "default_batch",
    "pmapname": "pmapname",
    "final_prc_status": -2,
    "demo": False,
    # should be capable to extend
}
# PROC_PARAMS = {
#     "priority": 1,
#     "batch_id": "default_batch",
#     "pmapname": "pmapname",
#     "final_prc_status": -2,
#     "demo": False,
#     # should be capable to extend
# }

# plan basis keys
PLAN_BASIS_KEYS = (
@@ -70,6 +70,7 @@ DATA_BASIS_KEYS = (
    "detector",
    "file_name",
    "_id",
    "prc_status",
)

# join_type for data x plan