"git@csst-tb.bao.ac.cn:csst-cicd/csst-dag.git" did not exist on "1855f21b0b61354de5f4a01abfa90db0829a8d7a"
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 = { ...@@ -40,14 +40,14 @@ LEVEL1_PARAMS = {
"batch_id": "default_batch", "batch_id": "default_batch",
} }
PROC_PARAMS = { # PROC_PARAMS = {
"priority": 1, # "priority": 1,
"batch_id": "default_batch", # "batch_id": "default_batch",
"pmapname": "pmapname", # "pmapname": "pmapname",
"final_prc_status": -2, # "final_prc_status": -2,
"demo": False, # "demo": False,
# should be capable to extend # # should be capable to extend
} # }
# plan basis keys # plan basis keys
PLAN_BASIS_KEYS = ( PLAN_BASIS_KEYS = (
...@@ -70,6 +70,7 @@ DATA_BASIS_KEYS = ( ...@@ -70,6 +70,7 @@ DATA_BASIS_KEYS = (
"detector", "detector",
"file_name", "file_name",
"_id", "_id",
"prc_status",
) )
# join_type for data x plan # 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