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

add prc_status to DATA_BASIS

parent f456c441
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment